.htaccess file

1999-09-19 Thread Usef Saiful Ulum
Hi, I have created a .htaccess file and an associated passwd file: ---cut here--- $ cd /home/clinton/public_html/loser $ cat > .htaccess AuthName Rese Pisan Euy AuthType Basic AuthGroupFile /dev/null AuthUserFile /home/clinton/public_html/loser/

Apache+PHP3

1999-09-16 Thread Usef Saiful Ulum
Hi there, I have installed Apache 1.3.9 with PHP3: # tar xvzf apache_1.3.9.tar.gz # tar xvzf php-3.0.12.tar.gz # cd apache_1.3.9 # ./configure --prefix= # cd ../php-3.0.12 # ./configure --with-mysql= --with-apache=../apache_1.3.9 --enable-track-vars # make; make install # cd ../apache_1.3.9 # .