How to configure your very first production web sever?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between systemd and upstart?
What is systemctl start?
This is very strange. I am running apache 2.2 (compiled with gcc and all default params) on AIX 5.2.0.6 - 64 bit kernel. I edit the httpd.conf file to listen on two different ports -- Listen 8000 Listen 8001 The server will not start no errors or anything it just accepts the command but nothing starts. I can comment out on of the entires and everything starts up just fine minus the commented out port. Listen 8000 #Listen 8001 So, my problem is that I cannot get apache to listen on two ports, any ideas? Has someone else seen this before? Thanks,
What is apache child process?
If you have added "loglevel debug" in httpd.conf file, than what will happen?
What’s the major difference between a restart and a graceful restart of a web server such as apache?
What is ServerType directive?
How do I stop apache from running?
What do you mean by a servername directive?
What is the default port for http and https?
What is an apache logs?
How to ensure apache process run with non-root/nobody user?