Monday, March 31, 2014

tar: Removing leading `/' from member names

The below command fix the issue
tar -xvzf filename.tar.gz -P

Invalid command 'ProxyRequests', perhaps misspelled or defined

Proxy modules not come with default in SUSE linux


Add the below entry in /etc/sysconfig/apache2

APACHE_MODULES= proxy headers proxy_connect proxy_http mod_proxy_balancer

Restart the apache server for fix the issue