Debian :: Properly Directing Apache To Applications

Aug 8, 2015

I have Apache setup on localhost with a wiki, ethercalc, etherpad and kanboard.

Wiki is on port 80, in /var/www/html so when someone enters domain into browser it comes up, which is what I want. It comes up lightning fast.

Problem is how to properly direct to other ports i.e. 8000, 8002 and 9001 for other applications. All others are in /usr/share.

I tried creating directories with .htaccess for each in /var/www/html, but if they even come up (kanboard completely unreachable) they are super slow, drop connection and usually don't render completely.

I've read that if you have access to Apache configuration .htaccess is wrong way to go and for security reasons app files shouldn't be directly located in /var/www/html?

View 7 Replies


ADVERTISEMENT

Ubuntu :: Directing RAM To Specific Applications?

Jun 17, 2011

I am running a windows game on Ubuntu through Wine, but it is running slowly. My computer is only a year and a half old, and it has 4 GB's of RAM. Is Wine not receiving enough of the memory? If so, can I direct a larger amount of my ram to the program?

View 1 Replies View Related

Ubuntu :: 9.10 - How To Install Applications Properly

Feb 23, 2010

How do I install apps? I was following the instructions, but regardless of the app, the install button was shaded. I tried 5 completely unrelated apps wish no success. I'm running 9.10.

View 9 Replies View Related

Ubuntu :: Fonts Not Rendering Properly In KDE Applications

Jan 25, 2010

I've seen a few people are having this issue, so i wanted to start a main thread. My problem started... After installing qt4-designer onto my Ubuntu 9.10 Gnome OS, the fonts in certain applications looked distorted like enlarged bitmaps. I tried uninstalling designer, reinstalling components, using qt4-config to restore fonts, but nothing has fixed this issue.

The issue seems to be specific to KDE applications such as: qt4-config, Amarok v2.2.0, skype, akonaditray, ktorrent, etc. Also, in qt4-config it seems to be specific to fonts between the sizes 9 to 12 inclusive for all font faces. All other font sizes seem to be okay. I've attached some examples.

When i first tried to install qt4-designer, it indicated the following dependancies: fontconfig-config libfontconfig1 libfontconfig1-dev When i try to remove fontconfig-config, it indicates that it is dependent on nearly every application in my system (including drivers and xscreen). Hence, I would need to uninstall everything and reinstall everything!?

View 2 Replies View Related

Applications :: Ubuntu 9.10|codelite--getting Lua To Compile Properly?

Jan 25, 2010

I assume that this would be the correct place to put this, because codelite isapplication that you have to download via the Ubuntu Software center to get. But anyhow...I have been playing around with codelite for a little while nowand I wanted to use it for the purpose of learning how to script and write programs in Lua programming languageAccording to the program description it comes with the Lua support built in, but running it proves to me that it is solely a C++ application.

This isn't an extreme problem, though, I've read that Lua is supposed to be programmed through C++ anyhow. I am having only one problem that needs the attention. I ran through the code and got an error telling me that it could not find the #include files for Lua. A quick check of the /usr/include/ files showed me that there werendeed none in there.That being said, I went to the Lua website and downloaded the source and binaries *.tar.gz file, extracted it to a folder called "Lua." I am unable to move the #include files from inside its include folder to the main one on /usr/include/.

I have a feeling it is an administrator problem and that I need something involving the terminal or sudo to reach there. I have read around online, and they almost all say the same thing, telling me to navigate to the folder and "run make." I know what this is and how to do it, but it says that it cannot find the Makefile, which I have seen and know is in the folder, so it doesn't.Moving to the src folder within the Lua folder shows me that there is another Makefile, meaning that I have a second chance to make the files. I navigate to it, and then what do you know? Make works. Until the end, where I get a lot of errors and a termination of the process. Errors include Error 1 and Error 2, which I do not know what they are

View 3 Replies View Related

Ubuntu :: Know If Apache Web Server Is Properly Installed?

Jul 30, 2011

I am using vmware player, operating system is ubuntu. I have just installed the apache httpd-2.2.19. I am using the manual method. ./configure, make, make install. No error message.

When i run ubuntu, it gets into the terminal. From here, how do I know if my apache web server is properly installed?

View 5 Replies View Related

Ubuntu :: Applications Menu Failing To Install Properly With Synaptic Package Manager

May 29, 2010

Ubuntu 10.01 Lucid I had a few problems with applications failing to install properly with Synaptic Package Manager which resulted in a slew of launchers in my Applications > Other folder which all delivered error messages. These all had some kind of grey screen icon. I deleted them after uninstalling the applications which failed to install (wine 1.2, wine-gecko 1.2, then later wine 1.0, Wine-gecko 1.0, and winetricks.) I didn't notice that some non-wine applications also were given the grey-screen icon, and accidentally deleted "Archive Mounter." I know that I only deleted the launcher not the application, but don't know how to re-create the launcher in the Applications menu. Would someone...

1 - Right-click on the Applications panel,
2 - Select Edit Menus
3 - Find "Archive Mounter" (probably in "Other" folder)
4 - Select Properties for the launcher, look at the Properties sheet and tell me what the Archive Mounter command is, so I can re-create the launcher manually? And if you could, the path to the icon too

View 7 Replies View Related

CentOS 5 Server :: Dovecot/apache Not Working Properly - How To Make It Work Correctly

Mar 20, 2010

I am running a quad core centos 5.4 box that is having a strange problem with dovecot. The administration panel is able to send emails through dovecot but not any of the user accounts (ie with webmail). I've done a bit of research with what could be wrong but haven't had any luck so far I am also having a weird problem with apache: on a c++/php bittorrent application I was going to be running on a subdomain of my main site I get a 500 error every time I try to log in. The only way to get rid of the 500 error is to clear the chache (so its horribly broken somehow). The error generated in the log whenever I try to log in is that "ffmpeg is already loaded" (which I am running on the main site and is critical). Is there a way of either repairing my apache install or excluding ffmpeg on the subdomain in the conf or something?

View 2 Replies View Related

Ubuntu Servers :: Directing Ip To Domain?

Jul 25, 2011

I've setup a LAMP server at home & i'm trying to get a webserver running. I'm having trouble finding information on how to "point" my domain at my IP.

The site is up & accessible. I own the domain, but I don't know where to go from here.

I believe I need to change the dns servers on godaddy, but what to?

Is there a free service which will update my IP when it changes?

View 6 Replies View Related

Server :: Directing A Domain To A Subfolder?

Nov 5, 2009

I have a virtual server which I am hoping to host several sites on. Each of these sites is in its own subfolder in /var/www/http/ Problem is when I set up DNS records they can only point to the http folder itself. I suppose I can just redirect each domain to then go to the required subfolder, but I'd like to keep the URL the user sees as a simple xxxxx.com (without subfolder).

View 3 Replies View Related

Red Hat :: Directing Cron Output To Terminal Screen?

Sep 7, 2010

I am trying to display a text using crontab. My settings :

*/2 * * * * /bin/echo "hello"

This setting sends a mail to the user, instead of displaying on the screen. Now tried changing the setting to:

*/2 * * * * /bin/echo "hello" > /dev/tty1

Now I can see the text on the screen, but this setting comes with a catch. What would happen if the user changes the terminal. for instance if he gets into tty2, he wont have write access on tty1. So the user gets a mail saying "permission denied". Is there any way that I can force the user to use a particular terminal or can a cron job be set in a way such that the user would get the text irrespective of the terminal he logs in.

View 1 Replies View Related

Software :: Start Local Applications On Apache Server Using Browser

Nov 9, 2010

I'm trying to figure out if it's possible to configure apache or any other linux http server, to allow the visiting user to start applications installed locally on the http server and get the GUI of that application displayed in a java applet (or any other similar solution). In short, I'm looking for an alternative solution to proprietary technologies such as Citrix and Microsoft Remote Access Gateway.

View 3 Replies View Related

Ubuntu Multimedia :: Directing The System Sound To Jackd?

Apr 13, 2010

I have been having troubles with having sound from my soundcard "M-Audio Firewire Solo" since I installed Ubuntu, more than 1 year ago.

Today, I have the sound from audacious 2 by using jack which means I can now listen music because audacious supports jack. what about other stuff?

I mean, forexample I cannot hear anything on ...... becouse firefox does not try to send the sound to the jack - or something like that I assume. So I think, there must be a way that I can hear all the sound that my computer produce. (welcome sound, pidgin sounds, video sounds, game sounds etc...)

So that, I am searching for a way that I can direct the whole sound to the JACK which can send the sound to my firewire soundcard and to my speakers.

OR

What the hell is FFADO - Mixer? Is this problem have something to do with that? do I need to use jack always in order to have sound ? I am not going to produce something on ubuntu - I do it with Win. so All I need is to use my soundcard as a regular soundcard

I am now using an upgraded version of vanilla ubuntu to studio Karmic.

View 6 Replies View Related

Networking :: Directing Packet From One Port To Another Port Of Another Machine

Apr 25, 2009

How can i redirect data received on a port to another port located in a different machine? Can i do this using IPTABLES ?

View 4 Replies View Related

Debian :: How To Properly Set Up MariaDB

Aug 31, 2015

I wish installing MariaDB was as simple as installing MySQL. I purged MySQL and installed MariaDB instead. I ran mysql_secure_installation, and that ran fine, but for some reason, the password I set up doesn't seem to work. I've run mysql_secure_installation several times with no success.

However, running Code: Select allmysql -uroot when logged in as root or with sudo logs me in just fine, without even asking for my password. How do I set up a password for the MariaDB root user so that I don't need to be superuser to connect to MariaDB?

View 1 Replies View Related

Debian Configuration :: Strange - Running Php5 On Debian Lenny And Apache?

Jan 18, 2010

i do have a strange problem get running php5 on lenny 64 inside apache2. i had installed it as all instructions on the web does: # apt-get install php5 libapache2-mod-php5 php5-cli php5-common php5-cgi

apt has enabled php automatically, so
/etc/apache2/mods-enabled/php5.conf does have inside:
<ifmodule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</ifmodule>

[Code]...

View 3 Replies View Related

Debian :: TLS Connection Was Non-properly Terminated

Mar 21, 2016

I'm coming from Linux Mint 17.2, and just installed 8.3.0. Now I am at work and discovered that I can't use git to connect to our BitBucket repository (hosted on scm manager) Every action that involves communicating with the remote repo results in this error: fatal: unable to access 'https://<repo url>: gnutls_handshake() failed: The TLS connection was non-properly terminated.

I have been searching the web to find a solution and it seems the gnutls library is very picky. It does not seem to be possible to force git to use openssl instead without a manual compile. I could do that, but I don't want to since then I have a non-standard system and lose the automatic updates, and manage that manually. Could I somehow reconfigure Debian to use openssl over gnutls?

View 1 Replies View Related

Debian :: Plymouth Running Properly?

May 15, 2010

has anyone got plymouth running properly on debian sid yet?

View 14 Replies View Related

Debian :: IceDove Not Closing Properly?

Jul 6, 2010

If I close IceDove and then start it again, I get the message that it's already running. Although the GUI has gone, icedove-bin is still running.

View 4 Replies View Related

Debian :: Does Theme Work Properly

Mar 13, 2011

URL...does this theme work properly in debian? tried installing it but has many defects, what do I need to make it to work?

View 5 Replies View Related

Debian :: Webcam Not Working Properly.

May 15, 2011

My computer has been running well for a couple of years with Ubuntu and the Gnome desktop. I use a very cheap webcam from PCWorld PC Line 1.3 Mega Pixels with Cheese and Skype which worked on Ubuntu. The new Ubuntu Unity desktop seems most unintuitive and reading that Ubuntu may not include Gnome for the next release is my reason to make the change to Debian. I am aware Ubuntu is a Debian derivative.

I have installed Debian Squeeze and everything is working properly apart from the webcam. When I open Cheese the webcam works but very slowly although it will not capture video. When I open Cheese > Preferences, I see the Device listed as USB 2.0 Camera (/dev/video0) but greyed out. When I open Skype > Options > Video I see the same greyed out listing but no image appears in the test area.

lsusb    Bus 001 Device 002: ID 0c45:62e0 Microdia MSI Starcam Racer Computer: Gigabyte motherboard with onboard video and sound.

View 4 Replies View Related

Debian :: Alsamixer Not Working Properly?

Apr 29, 2010

My probelem is with alsamixer. I can't record anything; nothing I play back hasany sound. I have alsamixer capture set on mix. I know I recordedin the past with this setting, so I don't know what is happening. I amrecording from the internet.When I adjust the volume on playback in either alsamixer or kmix thevolume settings change on the other as well. when I adjust thevolume setting in capture it doesn't affect each other.If I have Kmix > inpur > capture enabled I can record, but the playbackdoesn't sound good. I would like to figure what is wrong with alsamixer.

View 1 Replies View Related

Debian :: Japanese Characters Not Displayed Properly

Sep 9, 2011

Debian won't display Japanese characters properly, it shows them as symbols. Is there a language pack or a particular browser plugin I need to install? It's sort of a noobish question, but I looked for something related to this issue in my Package Manager, and didn't find anything that seemed suitable/related.

View 2 Replies View Related

Debian :: Properly Open A File As Root?

Mar 24, 2011

i will try to keep this post short and to the point. i am currently running debian with kde and i am trying to edit /etc/apt/sources.list. i know that this file needs to be opened as root for the changes to it to be saved, so what im doing (in konsole) is:

concreteabstract@debian:~$: su
Password:
root@debian: /home/concreteabstract# kwrite /etc/apt/sources.list

but that doesn't work, and the message i get is:

No protocol specified
kwrite: cannot connect to X server :0.0

View 5 Replies View Related

Debian Hardware :: How To Change Drivers Properly

Nov 10, 2014

I recently reinstalled Wheezy on my laptop and after the install was finished I installed the brcmsmac driver, using the instructions on this wiki page: [URL]. I have the device BCM43224. I noticed though that this driver seems worse compared to the proprietary broadcom-sta I had on my previous installation and so I would like to switch. I know that there is a guide on how to install the proprietary drivers on the wiki ( [URL]), but it feels like i should remove the free driver before I install the proprietary one, and I dont know how to do this .

So my question is: what is the proper way of changing from the open brcmsmac driver to the proprietary broadcom-sta driver?

View 2 Replies View Related

Debian :: Install Nvidia Drivers Properly?

Feb 22, 2009

Well at the moment i have just installed Debian 5. I've downloaded nvidia-linux-x86-180.29-pkg1.run and i need someone to help me out step by step on how to install this properly.

View 4 Replies View Related

Fedora :: Set Up Multipath Properly To Two Devices Properly?

Mar 29, 2011

How can I set up multipath to two devices properly? I'm sure that I need to do something more then just: /etc/init.d/multipathd start

View 1 Replies View Related

Debian :: Iceweasel - Frames Not Drawn Properly On Webpages

May 30, 2011

Since I prefer bigger than default size fonts, I am having a problem using iceweasel. Web-pages, especially frames, are not drawn properly with overlapping and hidden text. I am thinking about alternatives that may exist than can replace iceweasel.

View 14 Replies View Related

Debian Installation :: Grub Not Installed Properly - Cannot Boot From Anywhere

Mar 1, 2015

I have an hp pavilion 15-b106ed with UEFI. I disabled secure boot and installed debian jessie form the CD1 iso (RC1 installer) burned to an USB key. Installation went smoothly, but after rebooting I get grub's terminal-like screen saying:

"GNU GRUB version 2.02 beta2-9ubuntu1. Minimal BASH-like line editing is supported... etc"

The problem is that as soon as I turn on the computer that grub screen shows up and I can't boot from USB anymore nor
access the BIOS settings, no matter how fast I press F9, F10 and such. I guess I have to tell him to boot from the USB using the grub terminal...

View 9 Replies View Related

Debian Configuration :: Touchscreen Clicks Not Recognized Properly

Apr 1, 2014

I've got a problem with touchscreen (NNK Switches 5.7" model: FT-CU04B). It is not supported under Linux, but I managed to get it working with usbtouchscreen module, after some modifications of course. It gets recognized by system now, it is possible to calibrate it correctly through xinput_calibrator but it isn't possible to "left click with it". I know that it's weird so I want to make myself clear - touchscreen recognizes touch - when touching button for example, it reacts with "going down" but when I'm releasing button, it "goes up" again, without action. I've tried mapping left mouse button with xinput set-button map 1 0 0 0 0 0, but without success, buttons remain "unclickable".

lsusb:
Code: Select allBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[Code] .....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved