Tag: apache
Install LAMP Stack on Ubuntu/Debian
Install LAMP Stack on Ubuntu/Debian using apt-get sudo apt-get install openssh-server openssh-client apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi mysql-client mysql-common mysql-server…
Stress Test Apache with ab
Stress test your apache web server with the ap tool… ab -n 200 -c 50 http://localhost/ n = number of…
Remove www From URL using .htaccess in Apache
This htaccess code will remove the ‘www’ part from the url. It uses the mod_rewrite module of apache to re-write…
Directory Listing Only Search
The search that limits the results to just directory listings… intitle:”index.of” inanchor:”Last Modified” inanchor:”Description” inanchor:”Parent Directory” -filetype:php -filetype:asp -filetype:htm -filetype:html…
Compile and Install LAMP Server from Source – PHP5, Apache2, MySQL5
MySQL ./configure –prefix=/usr/local/mysql –localstatedir=/var/lib/mysql –with-mysqld-user=mysql –with-unix-socket-path=/tmp/mysql.sock –without-comment –without-debug –without-bench make make install cp support-files/my-medium.cnf /etc/my.cnf chown root:sys /etc/my.cnf chmod 644…
Recent Comments