hey i have setup my ubuntu 12.04 machine with some virtual hosts for localhost development. i make it listen only to localhost for security. This is my ports.conf and its working fine.
I'm interested only in running mailman on localhost and would like access to the web interface, as per https://help.ubuntu.com/community/Mailman, but am getting 404:
root@dur:~#
root@dur:~# ln -s /etc/mailman/apache.conf /etc/apache2/sites-enabled/mailman -v
`/etc/apache2/sites-enabled/mailman' -> `/etc/mailman/apache.conf'
root@dur:~#
root@dur:~# service apache2 restart
* Restarting web serv
I have installed application called REDMINE on my localhost, using ruby on rails. It is accessible webrick script through localhost:3000, on my PC! Now I want to shift to apache2 passenger, I tried everything. Every possible link of redmine, but couldnt get it running through passenger!
I have been trying to set up a subdomain on my local development environment, dev.localhost. I'm using Ubuntu 11.10 and Apache2. So far, I've edited my host file to include the line 127.0.0.1 dev.localhost.
I'm trying to rename my apache2 localhost folder.
I have already gone to /etc/apache2/sites-enabled/site-name
and changed the following lines in the Document:
DocumentRoot /home/hermann/public_html
<Directory /home/hermann/public_html>
'public_html' is then the new name of my localhost.
Then i restarted the apache2 server, but this does not work as when i type 'localhost' in my browser i
I restarted my box and noticed Apache2 wasn't running.
I need to set up several independent instances of apache2 listening on different ip address/port combinations. I found an article that detailed a few steps on how to accomplish this with a single installation and changing various scripting values.
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
Hi everyone,
I am trying to test my Apache2 web server from the WAN side using this web site:
http://hidemyass.com/
I have forwarded port 80 on my router, and I'm fairly sure it's not blocked by my ISP.
http://xxx.xxx.xxx.xxx:80
But when I enter my global ip address to view my apache2 web server, it doesn't work.
localhost is working from the LAN side.