Eureka_sg has asked for the wisdom of the Perl Monks concerning the following question:
I have a web based interface used to access resources from the web server. I am using a config. file to store certain parameters such as target IP.The config. file is something like this:
212.232.434 21323 434.434.545
The parameters will be read from and used in another web page. However, writing of the file from web causes its access to change to 644(from original 666), and so subsequent writing of the file is no longer permitted.
Is there any way around this problem? I can't use chmod since the web user is anonymous.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Maintaining of config file
by unixwzrd (Beadle) on Feb 27, 2001 at 08:47 UTC | |
|
Re: Maintaining of config file
by dws (Chancellor) on Feb 27, 2001 at 10:12 UTC | |
by Caillte (Friar) on Feb 27, 2001 at 16:37 UTC | |
|
Re: Maintaining of config file
by wardk (Deacon) on Feb 27, 2001 at 19:27 UTC |