Tagged Questions
2
votes
2answers
144 views
Apache server redirects main domain to https
I have this server with multiple domains running CentOS 6.2 and Apache. This server has a SSL certificate installed and working well.
Every time I browse to the main domain, without adding http:// it ...
5
votes
6answers
2k views
Simple command line http server
I have a script which generates a daily report which I want to serve to the so called general public. The problem is I don't want to add to my headaches maintance of a http server (e.x. apache) with ...
0
votes
2answers
276 views
How do I set different directories for different domains on CentOS 5.5 server?
I'm running a CentOs 5.5 server and wanted to know what commands I needed to run to be able to do the following;
I have 3 domains on the server - example1.com, example2.com, example3.com
I wanted ...