The ppp configuration : ----------------------- - Standart configuration ... The user 'mas' belongs to the group 'dip'. pppd is setuid to root , and can only start by a menber a the group dip . - In dir /etc/ppp/peers , i have a lot of configuration , but I want that ppp-rc only use a limited of configuration . I make some symbolic link to some configuration . in my directory /etc/pp/peers : drwxr-s--- 2 root dip 1024 Sep 22 09:28 . drwxr-x--- 6 root dip 1024 Jun 28 09:15 .. lrwxrwxrwx 1 root dip 4 Mar 6 2000 cgi-freea -> freea lrwxrwxrwx 1 root dip 4 Mar 6 2000 cgi-freeb -> freeb -rw-r----- 1 root dip 569 Sep 22 09:28 freea -rw-r----- 1 root dip 569 May 25 1999 freeb -rw-r----- 1 root dip 580 Oct 28 1999 provider1 -rw-r----- 1 root dip 573 May 29 1999 provider2 The web configuration : ----------------------- The name of My Intranet server is "www.maison" . I have defined a another virtual host "ppp.web.maison" ,where i can acces to ppp-rc.cgi script . In the index.html page : ------------------------ | | | Maison | for refreshing the page twice per minute | ../.. | | INTERNET | For the access to ppp-rc.cgi In the httpd.conf of Apache : ----------------------------- | | ServerAdmin mas@www.maison | DocumentRoot /home/www | ServerName www.maison | ErrorLog /var/log/apache/www.maison-error.log | TransferLog /var/log/apache/www.maison-access.log | ScriptAlias /cgi /home/www/cgi | My virtual host 'www.maison' | | User mas | Group mas | ServerAdmin mas@www.maison | DocumentRoot /dev/null | ServerName ppp.www.maison | ResourceConfig /dev/null | AccessConfig /dev/null | ErrorLog /var/log/apache/ppp.web.maison-error.log | TransferLog /var/log/apache/ppp.web.maison-access.log | ScriptAlias / /var/www/ppp/ppp-rc-r1.cgi | My virtual host 'ppp.www.maison'