Mailinglist Archive: opensuse (4253 mails)
| < Previous | Next > |
[opensuse] Newbie problem - can only get 'It Works'
- From: "Robert A. Rawlinson" <rarawlinson@xxxxxxxxxxxx>
- Date: Wed, 03 Oct 2007 14:11:43 -0400
- Message-id: <4703DB5F.4050908@xxxxxxxxxxxx>
I installed apache2 on my Suse Linux 10.2 system. I wanted to make some
changes to an existing perl script and test them out. I decided to check
to be sure the script, which has been working, would work on my machine.
All I can get is 'It Works!'. I edited the index.html script to invoke
the script to test it but I just get the original it works. I have
checked and the index.html at /srv/www/htdocs has the changes I made but
it still seems to only show the old html. Where am I going wrong?
Bob R
Below is the html:
<html>
<head>
<title>Test Script/title>
<meta http-equiv="refresh" content="0;url=http://localhost/cgi-bin/TestScript.pl">
</head>
<body bgcolor='#EDEDED'>
</body>
</html>
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Bob R
Below is the html:
<html>
<head>
<title>Test Script/title>
<meta http-equiv="refresh" content="0;url=http://localhost/cgi-bin/TestScript.pl">
</head>
<body bgcolor='#EDEDED'>
</body>
</html>
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |