Parent Directory
|
Revision Log
|
Patch
| Revision 660 | Revision 661 | ||
|---|---|---|---|
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Set the following values to correspond to your local configuration | 3 | # Set the following values to correspond to your local configuration |
| 4 | HTTPD=httpd | 4 | HTTPD=/usr/local/sbin/httpd |
| 5 | WEBWORKUSER=yourname | ||
| 6 | WEBWORKROOT=/home/yourname/webwork-modperl | 5 | WEBWORKROOT=/home/yourname/webwork-modperl |
| 7 | 6 | ||
| 8 | CONFIG=$WEBWORKROOT/conf/httpd-wwmp.conf | 7 | CONFIG=$WEBWORKROOT/conf/httpd-wwmp.conf |
| 9 | PID=$WEBWORKROOT/logs/httpd.pid | 8 | PID=$WEBWORKROOT/logs/httpd.pid |
| 10 | 9 | ||
|
||||||||
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |