You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David Jones <lo...@hotmail.com> on 2003/01/08 23:57:26 UTC

[users@httpd] linux trouble

i have linux installed on a box and i am having troublewith video and a few other thing first off the video is leaving a well... kinda like a shadowon the desktop after i have closed the app.
second off it is kinda slow i am thinking i might need to downgrade to a lower ver of linux he is the specks of the cpu i have linux on
AMD K 6 (tm)  3d processor
475 mhz
19 gig harddrive 
onboard display  <<<  sis 530  >>
89 megs ram
1020 packard bell screen   <------------lol this is probly where my trouble is comming from


ok does anyone have a idea as what to do ??? i do still have win2k pro on the same box and apache on that os working for now but would like to change to linux   i heard it is a lot better and so on

Re: [users@httpd] linux trouble

Posted by David Jones <lo...@hotmail.com>.
ok i will but can u please send me a e-mail so i will have your address lol
i donot think i have it i looked and not founnd it  thank you
if you wish send me a e-mail to this address of the list
lorddraco_219@hotmail.com



----- Original Message -----
From: "J. Greenlees" <ja...@shaw.ca>
To: <us...@httpd.apache.org>
Sent: Wednesday, January 08, 2003 6:08 PM
Subject: Re: [users@httpd] linux trouble


> David,
> send me direct email ( off list since this is off topic for the list )
> but, what version of xfree86 server did you install?
> what desktop are you using?
> why use a gui and lose the system resources? ;)
> my server I don't even log in to use it under mandrake 9.0
>
> I doubt it is the monitor, seems the sis card is frequently to blame.
> I have found that xfree86-3.x works better for sis cards/chipsets than
> the 4.x version
>
> you may be able to find an update for linux on sis site, but maybe not.
> (my sis 6326 card no update for linux )
>
> David Jones wrote:
> > i have linux installed on a box and i am having troublewith video and a
> > few other thing first off the video is leaving a well... kinda like a
> > shadowon the desktop after i have closed the app.
> > second off it is kinda slow i am thinking i might need to downgrade to a
> > lower ver of linux he is the specks of the cpu i have linux on
> > AMD K 6 (tm)  3d processor
> > 475 mhz
> > 19 gig harddrive
> > onboard display  <<<  sis 530  >>
> > 89 megs ram
> > 1020 packard bell screen   <------------lol this is probly where my
> > trouble is comming from
> >
> >
> > ok does anyone have a idea as what to do ??? i do still have win2k pro
> > on the same box and apache on that os working for now but would like to
> > change to linux   i heard it is a lot better and so on
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Getting CGI to work

Posted by Remo Mattei <re...@italy1.com>.
Send me the file and I will look at it and tell you where I made the
changes. 

REMO

> From: "gcobb" <gc...@midsouth.rr.com>
> Reply-To: users@httpd.apache.org
> Date: Thu, 9 Jan 2003 00:16:34 -0600
> To: <us...@httpd.apache.org>
> Subject: [users@httpd] Getting CGI to work
> 
> If I have read the How-To on making sure the .conf files have the right
> things in them, and the cgi module is installed, what else would there
> be that would keep me from running cgi scripts from my web server?  I am
> pretty new to this and I can't understand why it says I don't have
> permission to run a script that's in /var/www/cgi-bin/.  In
> commonhttpd.conf the ScriptAlias is defined.  When I go to Linuxconf and
> look in there at my domain settings, there is no entry for the
> scriptalias field.  Putting one in there brings down httpd.  I looked at
> all I know to look at.  Are there some Newbie Style docs somewhere that
> will explain step by step things to make sure are set up to get cgi
> scripts to run?
> 
> When trying to run Squirrelmail I got this:
> 
> You don't have permission to access
> /cgi-bin/php/squirrelmail-1.4.0-rc1/index.php on this server
> 
> And when I tried to run squidGuard.cgi I got this message:
> 
> You don't have permission to access /squidGuard.cgi on this server
> 
> Any help would be appreciated.
> 
> Thanks,
> Greg
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Getting CGI to work

Posted by gcobb <gc...@midsouth.rr.com>.
If I have read the How-To on making sure the .conf files have the right
things in them, and the cgi module is installed, what else would there
be that would keep me from running cgi scripts from my web server?  I am
pretty new to this and I can't understand why it says I don't have
permission to run a script that's in /var/www/cgi-bin/.  In
commonhttpd.conf the ScriptAlias is defined.  When I go to Linuxconf and
look in there at my domain settings, there is no entry for the
scriptalias field.  Putting one in there brings down httpd.  I looked at
all I know to look at.  Are there some Newbie Style docs somewhere that
will explain step by step things to make sure are set up to get cgi
scripts to run?

When trying to run Squirrelmail I got this:

You don't have permission to access
/cgi-bin/php/squirrelmail-1.4.0-rc1/index.php on this server

And when I tried to run squidGuard.cgi I got this message:

You don't have permission to access /squidGuard.cgi on this server

Any help would be appreciated.

Thanks,
Greg



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] linux trouble

Posted by "J. Greenlees" <ja...@shaw.ca>.
David,
send me direct email ( off list since this is off topic for the list )
but, what version of xfree86 server did you install?
what desktop are you using?
why use a gui and lose the system resources? ;)
my server I don't even log in to use it under mandrake 9.0

I doubt it is the monitor, seems the sis card is frequently to blame.
I have found that xfree86-3.x works better for sis cards/chipsets than 
the 4.x version

you may be able to find an update for linux on sis site, but maybe not. 
(my sis 6326 card no update for linux )

David Jones wrote:
> i have linux installed on a box and i am having troublewith video and a 
> few other thing first off the video is leaving a well... kinda like a 
> shadowon the desktop after i have closed the app.
> second off it is kinda slow i am thinking i might need to downgrade to a 
> lower ver of linux he is the specks of the cpu i have linux on
> AMD K 6 (tm)  3d processor
> 475 mhz
> 19 gig harddrive
> onboard display  <<<  sis 530  >>
> 89 megs ram
> 1020 packard bell screen   <------------lol this is probly where my 
> trouble is comming from
>  
>  
> ok does anyone have a idea as what to do ??? i do still have win2k pro 
> on the same box and apache on that os working for now but would like to 
> change to linux   i heard it is a lot better and so on



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org