Hi there Monks: I wrote a LWP Perl script that posts a few data into a request to a web address. The script works fine from the command line, but when I execute the same script (using backticks) from within a CGI script launched by Apache, the request fails, and the status_line says "500 bad hostname". To prevent DNS issues, I added a line to /etc/hosts to resolve the web address with its corresponding IP, but this time I get "500 permission denied". Any suggestion about how to kill the "500 bad hostname" message ? Thanks in advance. Alvise.