Tagged Questions
4
votes
2answers
2k views
How can I configure /etc/hosts file to point to apache web server?
I have installed apache web server and I need to point 127.1.1.1 with alias (www.someaddress.lan) to local apache. What is the proper way to do it? How to point someaddress.lan to default apache page ...
1
vote
1answer
136 views
Centos apache virtual hosts definition
Please excuse me if my logic is flawed as I am really new to Centos.
I know I can define multiple virtual hosts in my httpd.conf file.
But what I would like is to define virtual hosts in individual ...
1
vote
1answer
593 views
How to use localhost in browser instead of localhost:10088?
Installed zend-server CE.
I would like to use this port (10088).
But anytime I enter localhost I should enter localhost:10088, because localhost doesn't work.
In the hosts file I tried to enter ...