frontpage problem

knoll

Verified User
Joined
Sep 26, 2005
Messages
138
Location
Belgium
Error executing your request

Details

Error setting up your web: Error: Cannot open "srm.conf": no such file or folder.

how to solve this?

its an error when installing frontpage for the user

Greets,
 
Or of course
Code:
touch /etc/httpd/conf/srm.conf
There's always more than one way to do just about anything in linux/unix ;) .

The advantage of using touch is that if there's already content you won't delete it.

Touch will create a file if it doesn't exist, or update the datestampt if it is.

Jeff
 
jlasman, the error was:
Error: Cannot open "srm.conf": no such file or folder.
So, it's safe to use echo when the file does not exist :)
 
Of course. But I've seen people delete perfectly good files using your method.

As I said, there's always more than one way in Linux/unix ;) .

Jeff
 
Back
Top