I tried to configure LAMP on Ubuntu 12.04 following this guide (http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support...). But when I point to localhost/phpmyadmin/index.php in the browser, it just downloads the index.php file to my downloads folder.
As mentioned in the guide, I made a info.php file and its working properly. How can I fix this error?
Just installed phpmyadmin on a fresh install of 12.04 server. However when I tried to go to the web interface I just got a 404 error.
After a bit of ferreting around I realised that the .conf file (/etc/phpmyadmin/apache.conf) had not been copied to /etc/apache2/conf.d/phpmyadmin.conf.
I updated from to 12.10 I came from 12.04, but since then I can't restart Apache2.
#service apache2 start
* Starting web server apache2
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
apache2: Syntax error on line 214 of /etc/apache2/apache2.conf: Could not open
configuration file /etc/apache2/httpd.conf: No such file or directory Action 'start' failed.
The Apache
I have done the following in an attempt to host a Rails 3.2.3 application using Apache 2.2.21 and Passenger 3.0.13:
Installed gem Passenger
rvmsudo passenger-install-apache2-module
Added website info in /etc/apache2/extra/httpd-vhosts.conf
Added line to /etc/hosts (not sure if this was needed or not; not mentioned in Passenger documentation
Uncommented out the line in /etc/apache2/httpd.conf to
I use nginx as DAV server and apache which hosts a frontend to backuppc.
I'd like to make nginx host the frontend insead of apache. But I don't have a clue how to translate apache settings to nginx ones. Can you help me with it?
I am trying to install apache 2.2.22 on Solaris 10 but getting below error message when starting apache:
/etc/init.d/apache2 start
Server type is set to [HTTP]
running /opt/apache/conf/startup.pl for groups shared mem
Starting Apache HTTPD service with SSL disabled
httpd: Syntax error on line 454 of /usr/local/apache2/conf/httpd.conf: Syntax error on line 9 of /opt/apache/conf/localserver
I have been using Apache2 and webmin with my raspberry pi. after a restart and reinstalations apache wont start.
Okay, so I have apache running, and I need to set up Subversion along with it.
I want to disable reverse DNS in apache2.
I have done the folowing steps.
In apache2/apache2.conf file ,HostnameLookups is set as OFF
Tcpdump session confirmed thatApache was doing double reverse lookups even though the HostnameLookupsdirective was clearly turned off.
No hostnames insites-available/*
still the same problem.
version of apache is
dpkg -l | grep apache2
ii apache2-mpm