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/
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
# .
2 matches
Mail list logo