-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
seth:
- How do I run perl scripts on the toolserver?
i assume from the subject you're talking about Perl CGI scripts. either put them in ~/public_html/cgi-bin, or put them in ~/public_html and name them with a .cgi extension. in either case they have to be executable.
If a script does not work on the toolserver but works at my webserver at another server, how am I able to find the bug? Presently http://toolserver.org/~seth/cgi-bin/grep_regexp_from_url.cgi gives an internal server error 500.
in this case, the problem is your script has Windows line endings.
$ ./grep_regexp_from_url.cgi - -su: ./grep_regexp_from_url.cgi: /usr/bin/perl^M: bad interpreter: No such file or directory
you should configure your text editor to save it with Unix line endings before uploading it.
- Is it possible to use .htaccess-files?
yes.
I tried to redirect my errorlogs but failed.
you'll have to be more specific.
- How can I look at the apache errorlogs?
access and error logs are in /var/log/http
- Shall I put your answers to https://wiki.toolserver.org/view/Web_hosting?
it's a wiki, so if there's useful information that isn't already there, feel free to add it.
- river.