Saturday, July 27, 2013

Wamp knowledges

1. Stop directory browsing in wamp apache, goto httpd.conf and edit the following line

"Options Indexes FollowSymLinks" and remove the indexes.                                          


2. If your server is not viewable in another machine, then open httpd.conf file and edit
order deny, allow
deny from all
allow from 127.0.0.1 change this ip address to all.
3. unable to load the modules like php_pgsql.dll, then copy the libpq.dll file from C:\wamp\bin\php\php5.4.3\libpq.dll  to C:\wamp\bin\apache\apache2.4.2\bin

No comments: