1
vote
0answers
81 views

Apache2 not responding on Amazon EC2

It is my first time to use Amazon EC2 linux micro instance with OS Ubuntu 12.04 [inside the box] I noticed it did not have Apache installed by default, so I did sudo apt-get install apache2. After ...
0
votes
2answers
187 views

Error using httpd on CentOS

I am using CentOS. When I try to start httpd I receive the following error: > sudo httpd httpd: apr_sockaddr_info_get() failed for ccrhwp01948 httpd: Could not reliably determine the server's ...
1
vote
0answers
152 views

How can I get Apache on OSX 10.8 to serve up a directory under a user home directory?

There might be more than one problem here, but I got my Mac back from the shop after the hard drive was failing, and the new hard drive reproduced my home directory but not httpd.conf. Since I have ...
1
vote
1answer
2k views

CentOS 5.8 server, installed Web Server vs yum install httpd

I would like to know, what is the different between, the build-in CentOS server web server vs I install manual with yum install httpd I am new in CentOS. I just installed my CentOS 5.8 Server with ...
0
votes
0answers
72 views

Is there any software to visualise Apache HTTPd configuration?

I need to graphically represent Apache 2 HTTPd configuration. Is there any software or scripts that can do this for me? Any suggestions would be appreciated. Thanks!
0
votes
1answer
58 views

Why is Apache2 named sometimes apache2 sometimes httpd?

It looks like on Ubuntu and Windows, it's apache2 but on CentOS, it's httpd. This naming scheme affects the service name, the config directory and filenames,... Why 2 different names for the same ...
1
vote
2answers
73 views

Is .htaccess necessary for Apache httpd?

I'm now setting up a weblog site and encountered this problem. My server is Apache httpd 2.2. In case my weblog pollutes the root directory(htdocs), I created a subdirectory blog. The current state ...