apache - Change Listen Port on httpd config for Varnish Configuration -


i installed varnish cache centos server.i try configuration correctly read many document me change apache port listen 80 listen 8080. couldn't find listen 80 line on server /etc/httpd/conf/httpd.conf found 0.0.0.0:80 line. same thing ? if same thinhgs, when change sites not working.

i know make huge logical mistake can't understand.

thanks

in file /etc/httpd/conf/httpd.conf there should line: serverroot "/etc/httpd" below line there listen 80 change listen 8080 , restart apache

restarting command: /etc/init.d/httpd restart

i found this:-> http://updatedlinux.wordpress.com/2011/04/29/how-to-change-the-default-port-number-for-apache-http-server/

possible help!


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -