Tagged Questions
0
votes
1answer
230 views
apache2 tomcat6 single instance or multiple instances
I have apache tomcat servers(ubuntu 9.10) hosting jsp pages. Each server has two virtual hosting and is setup in apache and tomcat configuration files. Developers are in a plan to add two more jsp ...
1
vote
3answers
1k views
Apache restart on Ubuntu - error “could not bind to address 0.0.0.0:80”
I'm a n00b - trying to get apache2 set up on Ubuntu 9.10 (Karmic Koala) on Rackspace Cloud. I have set up/configured OpenSSL and installed Apache, but Apache won't start. I assume its a ...
0
votes
3answers
454 views
apache2 won't start on ubuntu 9.10 server — why?
My question is threefold:
1) how can I figure out what actually happened here,
2) how do I prevent it from happening again, and
3) can I configure Monit to detect and restart the server if it happens ...
1
vote
5answers
403 views
apache running but site not accessible
Am pretty new to server administration. So I am not able to get to the root of the problem.
I am running Apache2 with mod_php on a 1GB Rackspace Cloud Server (Ubuntu 9.10). My site goes down often, ...
0
votes
2answers
771 views
“error module dav_svn does not exist”
I accidentally deleted the mod_svn on my webserver, and now I am stuck. Everything I try to do anything with it (remove it or reinstall it with apt-get), I get that message and apt fails. I know I ...
0
votes
2answers
419 views
apache2 works fine without PHP but not with php
I have removed everything , and reinstalled apache 2. and it works.
But if i install libapache2-mod-php5 then apache stops working.
If i again remove that libapache2 ... then again apache starts ...
2
votes
3answers
5k views
Apache2 not restarting on ubuntu
I have installed apache 2 in ubuntu but when i try to restart it gives me this error
vmware@ubuntu:~$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2 ...
1
vote
1answer
3k views
HTTP 500 error from POST reuqest to django vai WSGI and apache
Ive got a Django web application setup with mod_wsgi and apache2 on ubuntu 9.10
Im using the following code to o a user authentication via a HTTP post for another part of my site. All it required ...
49
votes
9answers
49k views
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
I keep getting this warning when I (re)start Apache.
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ...
0
votes
3answers
1k views
Running gdb on Ubuntu 9.10 Apache2 Install
I am trying to run gdb to debug my Ubuntu 9.10 Apache2 install and having a couple of problems:
It seems like the package installed by Ubuntu for Apache2 does not include debugging symbols; is there ...
1
vote
3answers
6k views
php5-mcrypt install errors
Running Ubuntu 9.10 and I am trying to install the php5-mcrypt module is killing me softly. I am not sure what else to try. Anyone have any idea?
Here is the error i get:
sudo apt-get install ...
0
votes
1answer
2k views
Ubuntu 9.10 Apache permissions
I recently installed Ubuntu 9.10 (was on 9.04 before). I'm running a local development environment with Eclipse where my workspace is located at /home/jeremy/workspace. I installed the LAMP server ...