Hi, I recently upgraded my server from Debian 10 to 11 and encountered a
problem where apache2 crashed when a URL to type-map without ".var"
suffix was getting accessed.
I created a small example using Docker and put on GitHub so that
everyone could easily reproduce this problem.
https://github.c
On 2020-07-31 11:32, Henning Follmann wrote:
On Fri, Jul 31, 2020 at 11:12:53AM -0400, Gary Dale wrote:
My server is running Debian/Stable on an AMD64 system.
I'm trying to set up its local Apache2 service to execute cgi-bin scripts
but I'm having some problems getting it to work.
I
On Fri, Jul 31, 2020 at 11:12:53AM -0400, Gary Dale wrote:
> My server is running Debian/Stable on an AMD64 system.
>
> I'm trying to set up its local Apache2 service to execute cgi-bin scripts
> but I'm having some problems getting it to work.
>
> I note that /etc/a
My server is running Debian/Stable on an AMD64 system.
I'm trying to set up its local Apache2 service to execute cgi-bin
scripts but I'm having some problems getting it to work.
I note that /etc/apache2/conf-enabled contains a link to
/etc/apache2/conf-available/serve-cgi-bin.c
On 7/25/19 11:27 PM, Carl Fink wrote:
On 7/25/19 11:23 PM, deb wrote:
On 7/25/19 6:45 PM, Carl Fink wrote:
Is there any specific reason you don't just use mod_python, to
remove the overhead of a CGI script?
Lack of knowledge only.
If I can use mod_python to get that one script t
On 7/25/19 11:23 PM, deb wrote:
On 7/25/19 6:45 PM, Carl Fink wrote:
Is there any specific reason you don't just use mod_python, to remove
the overhead of a CGI script?
Lack of knowledge only.
If I can use mod_python to get that one script to run, I'd be mighty
happy.
I coul
On 7/25/19 6:45 PM, Carl Fink wrote:
On 7/25/19 5:06 PM, Joel Roth wrote:
On Wed, Jul 24, 2019 at 02:16:09PM -0400, deb wrote:
I have a large static html/AJAX .js apache2 site.
If I want to have a server-side script just to
handle a contact and push mail out;
is there a non-(Django/cgi
On 7/25/19 5:06 PM, Joel Roth wrote:
On Wed, Jul 24, 2019 at 02:16:09PM -0400, deb wrote:
I have a large static html/AJAX .js apache2 site.
If I want to have a server-side script just to
handle a contact and push mail out;
is there a non-(Django/cgi**/Flask) way to
run a small Python3 script
On Wed, Jul 24, 2019 at 02:16:09PM -0400, deb wrote:
>
> I have a large static html/AJAX .js apache2 site.
>
> If I want to have a server-side script just to
> handle a contact and push mail out;
> is there a non-(Django/cgi**/Flask) way to
> run a small Python3 script to d
I have a large static html/AJAX .js apache2 site.
If I want to have a server-side script just to
handle a contact and push mail out;
is there a non-(Django/cgi**/Flask) way to
run a small Python3 script to do this?
The python3 mail script already works standalone (tests out fine from
CLI
On Thu, Sep 07, 2017 at 01:46:50PM +0200, Pol Hallen wrote:
Hello all
I try to formatting out put cat command
cat /usr/lib/cgi-bin/test00.cgi
#!/bin/bash
echo "Content-type: text/html"
cat /tmp/file
results is:
one two three four
How format output like a bash script (with newl
Le primidi 21 fructidor, an CCXXV, Max a écrit :
> cat /tmp/file
>
> one
> two
> three
> four
This is not HTML, yet you pretend it is. Make it consistent. It has
nothing to do with Bash nor CGI.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
I need use html
Pol
On 09/07/2017 02:05 PM, Dominique Dumont wrote:
On Thursday, 7 September 2017 13:46:50 CEST Pol Hallen wrote:
How format output like a bash script (with newline)?
You can try to set your cgi script to use text/plain content type instead of
text/html
HTH
--
Max
On Thursday, 7 September 2017 14:09:19 CEST Max wrote:
> I need use html
Then have your script output HTML with tags like ...
HTH
--
https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org
cat /tmp/file
one
two
three
four
Pol
cat /tmp/file
Could we perhaps see the contents of this file?
Regards,
--
Max
On Thursday, 7 September 2017 13:46:50 CEST Pol Hallen wrote:
> How format output like a bash script (with newline)?
You can try to set your cgi script to use text/plain content type instead of
text/html
HTH
--
https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/
h
Le primidi 21 fructidor, an CCXXV, Pol Hallen a écrit :
> cat /tmp/file
Could we perhaps see the contents of this file?
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
Hello all
I try to formatting out put cat command
cat /usr/lib/cgi-bin/test00.cgi
#!/bin/bash
echo "Content-type: text/html"
cat /tmp/file
results is:
one two three four
How format output like a bash script (with newline)?
one
two
three
four
thanks for help! :)
Pol
Bob:
>
> [Thu Jan 01 09:03:22 2015] [error] [client 192.168.1.116] Options
> FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule
> directive is forbidden: /usr/lib/cgi-bin/php55-cgi
AFAICT, this error is completely unrelated to PHP. My guess would be
Dear list,
I am already messed-up compiling php 5.5.20 as cgi module and seeking your kind
guidance to put the things back on track.
I have compiled php 5.5.20 on debian (wheezy) 7.7
The objective is to allow some websites run with php 5.5.x as cgi module
The source code is located at /usr
Karl E. Jorgensen wrote:
> > Where are the state of the sound card(s) saved / restored?
>
> I don't use alsa-utils, but based on my understanding of the FHS, I'd
> expect somewhere under /var/lib/alsa-utils.
>
> But from reading the bug report, I'm led to believe it is
> /var/lib/alsa/asound.stat
Karl E. Jorgensen wrote on 09/11/14 20:04:
Hi
On Sun, Nov 09, 2014 at 06:12:32PM +1030, Arthur Marsh wrote:
Pardon me, but I'm a bit frustrated on how to debug
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768665
does /var/run get saved across reboots?
I would not expect so.
Hi
On Sun, Nov 09, 2014 at 06:12:32PM +1030, Arthur Marsh wrote:
> Pardon me, but I'm a bit frustrated on how to debug
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768665
>
> does /var/run get saved across reboots?
I would not expect so. http://www.pathname.com/fhs/
Pardon me, but I'm a bit frustrated on how to debug
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768665
does /var/run get saved across reboots?
Where are the state of the sound card(s) saved / restored?
How can one increase debugging to see whether it is happening or not?
What deter
On 08/26/2014 01:42 AM, Harry Putnam wrote:
> Can anyone coach me toward running a really small web service on my
> home lan that allows cgi in any directory?
You could enable debug logging and post log entries. Is mod-cgi enabled?
--
Christian
--
To UNSUBSCRIBE, email to debian-use
On 08/25/2014 07:42 PM, Harry Putnam wrote:
Running jessie with apache2-2.4.10-1
< major snip >
I've been running apache/cgi on wheezy for quite a while (apache 2.2)
and FreeBSD before that. I tried mod_perl with apache 2.4 and could not
get it to work. As far as I can tell th
Running jessie with apache2-2.4.10-1
Haven't run a web server on my home lan for a while so trying to get
that working.
Starting with the default installed setup:
I can hit the default home page and my *html stuff just fine.
However it seems *.cgi scripts are not allowed to fire.
On Sun, 10 Aug 2014, Russ Allbery wrote:
> To take a step back, I think this is a fair summary of the discussion.
> Please let me know if you disagree:
...
I agree to all points. It is a fair summary.
> I think you've convinced me that the approach of stopping a socket by the
> same name when s
Sorry about the delay in responding.
Henrique de Moraes Holschuh writes:
> Large time outs can cause bad side-efects on surprising ways. If the
> socket is down, you get an immediate connection refused reply, which
> short-circuits the time out.
> As this is a generic feature, we could be talk
On Sat, Aug 2, 2014 at 8:53 PM, Chris Bannister
wrote:
>
> [snip]
>
> Is there a reason debian-user is subscribed to this bug report?
Please don't top-post.
Probably because it's a debian-user@ thread that resulted in the the
bug report and we were added to the cc as a (thoughtful) courtesy.
-
Is there a reason debian-user is subscribed to this bug report?
On Sat, Aug 02, 2014 at 10:42:38AM -0700, Russ Allbery wrote:
> Jonathan de Boyne Pollard
> writes:
[snip]
--
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people w
On Sat, 02 Aug 2014, Russ Allbery wrote:
> Henrique de Moraes Holschuh writes:
> > Services being subject to a package update can be down for extended
> > amounts of time (think package update that requires manual intervention,
> > or even a full manual reconfiguration, etc), or may actually invol
Henrique de Moraes Holschuh writes:
> Services being subject to a package update can be down for extended
> amounts of time (think package update that requires manual intervention,
> or even a full manual reconfiguration, etc), or may actually involve an
> ABI break. In both cases, you want that
On Sat, 02 Aug 2014, Russ Allbery wrote:
> Jonathan de Boyne Pollard
> writes:
> > And bugs #734766 and #734848 tell one the answer, which is that in order
> > to preserve its existing conceptual model that there is just the one
> > thing (named simply "acpid") invoke-rc.d should pull out the "soc
Jonathan de Boyne Pollard
writes:
> And bugs #734766 and #734848 tell one the answer, which is that in order
> to preserve its existing conceptual model that there is just the one
> thing (named simply "acpid") invoke-rc.d should pull out the "socket"
> from the "service" by looking for a "Trigge
ZH> $ sudo systemctl stop acpid
ZH> Job for acpid.service canceled.
... because, as noted, it's a socket-activated service, which actually
makes it two separately startable and stoppable things
("acpid.service" and "acpid.socket") in the world of systemd, only one
of which is being stopped when yo
Bug #736258 reopened, set to severity grave, and reassigned to systemd for
further processing and action.
Full explanation added to the bug report and CC'd to the bug report and to
the systemd maintainers.
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and i
el
[1]
http://sources.debian.net/src/sysvinit/2.88dsf-53.2/debian/service/service#L191
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751741
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
On Sat, 26 Jul 2014, Zenaan Harkness wrote:
> Interrelated problem A:
> $ ps aux|egrep -i acpid
> root 318 0.0 0.0 0 0 ?S< 12:40 0:00 [ktpacpid]
> root 19855 0.0 0.0 4372 972 ?Ss 17:45 0:00
> /usr/sbin/acpid
> $ sudo systemctl stop acpid
> Job for
script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/acpid_1%3a2.0.22-3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Possibly the bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736258
Been happening the past week or so (
Well it's always after you give up and and ask for help that you find the
answer.
A browser restart resulted in it no longer trying to download the CGI files.
Also the change I made to the icinga.conf file was wrong since having 'Request
all granted' means the 'Require vali
an hosts and managed to
get their web sites running okay.
After doing the above the Munin web site works okay and so does the Icinga-Web
PHP based site.
But the Icinga Classic UI that uses CGI is not working.
When I go to any page there, my web browser wants to download the cgi script
inste
On Fri, Dec 07, 2012 at 10:28:08AM +0100, abdelkader belahcene wrote:
> *Hi,
> I installed the apache2 from the wheezy distro,
> apache2, php5 mysql everything ran correctly but cgi failed.
http://www.catb.org/~esr/faqs/smart-questions.html
> The module is loaded I mean the
On Sun, 01 Jul 2012 17:05:51 -0400, Ethan Rosenberg wrote:
> 1] Where should I put the CGI scripts that I write
Inside a directory with the right perms and accessable by your web server.
> 2] Where should the Scriptalias be located and what should be its
> structure.
That's
On 07/01/12 14:05, Ethan Rosenberg wrote:
1] Where should I put the CGI scripts that I write
2] Where should the Scriptalias be located and what should be its
structure.
3] How should I run my CGI scripts.
Assuming you have installed the "apache2" package, the configuration
files
On Sun, 01 Jul 2012 17:05:51 -0400
Ethan Rosenberg wrote:
> Dear List -
>
> 1] Where should I put the CGI scripts that I write
> 2] Where should the Scriptalias be located and what should be its
> structure. 3] How should I run my CGI scripts.
>
> I have searched on Goog
Dear List -
1] Where should I put the CGI scripts that I write
2] Where should the Scriptalias be located and what should be its structure.
3] How should I run my CGI scripts.
I have searched on Google and cannot find an [understandable] answer.
Thanks.
Ethan Rosennberg
--
To UNSUBSCRIBE
On Saturday 10 March 2012 10:50:14 pm David Christensen wrote:
> On 03/10/2012 05:03 PM, Mark Neidorff wrote:
> > You misunderstand CGI. It is a way that a script that generates a web
> > page can have that page displayed in a browser window. CGI is internal
> > to the we
On 03/10/2012 05:03 PM, Mark Neidorff wrote:
You misunderstand CGI. It is a way that a script that generates a web page
can have that page displayed in a browser window. CGI is internal to the web
browser. You use a language like perl or whatever to generate the script that
the web server
On Wednesday 07 March 2012 11:53:02 pm lina wrote:
> Hi,
>
> I don't know how to run .cgi in debian (or iceweasle)
>
> I put it in
>
> :/var/www/try$ ls -l
>
> total 4
> -rwxr-xr-x 1 root root 212 Mar 8 12:29 hello.cgi
>
> Thanks for any suggestions,
On 03/07/2012 11:47 PM, lina wrote:
Do you use podwebserver?
I use Apache:
2012-03-09 21:53:39 dpchrist@p43400e ~
$ sudo apache2 -v
Server version: Apache/2.2.16 (Debian)
Server built: Feb 5 2012 21:02:00
David
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian
On 03/07/2012 09:58 PM, lina wrote:
# df -h /usr/lib/cgi-bin/
Filesystem Size Used Avail Use% Mounted on
/dev/sda915G 7.2G 7.0G 51% /usr
is the /usr/lib/cgi-bin/ big enough if keep those scripts there, or
better use some links?
7.0 GB = 7.5 billion bytes (7.5E+09), which is
On Thu, Mar 8, 2012 at 1:13 PM, David Christensen
wrote:
> On 03/07/2012 08:53 PM, lina wrote:
>>
>> I don't know how to run .cgi in debian (or iceweasle)
>
>
> Start here:
>
> http://wiki.debian.org/Apache
>
>
> To install Apache, run the following
On 03/07/2012 08:53 PM, lina wrote:
I don't know how to run .cgi in debian (or iceweasle)
Start here:
http://wiki.debian.org/Apache
To install Apache, run the following command (as root):
# apt-get install apache2
The file system location for CGI scripts is set in the A
On Wed, Mar 7, 2012 at 20:53, lina wrote:
> Hi,
>
> I don't know how to run .cgi in debian (or iceweasle)
>
> I put it in
>
> :/var/www/try$ ls -l
> total 4
> -rwxr-xr-x 1 root root 212 Mar 8 12:29 hello.cgi
>
Do you have a web server with a cgi interf
Hi,
I don't know how to run .cgi in debian (or iceweasle)
I put it in
:/var/www/try$ ls -l
total 4
-rwxr-xr-x 1 root root 212 Mar 8 12:29 hello.cgi
Thanks for any suggestions,
Best regards,
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "u
J. Bakshi wrote:
> Something different !!!
> You are right, the cgi is not the all_in_all culprit.
>
> I have done further investigation and found dedicated mysql server
> introduces latency when remote mysql user connect with it. Hence
> added
>
> skip-name-resolve unde
On Fri, 23 Dec 2011 14:38:33 -0700
Bob Proulx wrote:
> J. Bakshi wrote:
> > But I need to continue with cgi as svn is based on web interface and
> > also viewvc is there too.
>
> Note that viewvc can also be integrated using mod-python too. It
> doesn't
J. Bakshi wrote:
> But I need to continue with cgi as svn is based on web interface and
> also viewvc is there too.
Note that viewvc can also be integrated using mod-python too. It
doesn't require CGI.
> Regarding performance... my bad... a simple php sites takes 30 sec
> to
On Thu, 22 Dec 2011 22:13:45 -0700
Bob Proulx wrote:
> J. Bakshi wrote:
> > The cgi in debian squeez terribly slow down apache. Is there any
> > apache module which can speed up the cgi ?
>
> I know you are already aware of FastCGI. A lot of large high
> performance
J. Bakshi wrote:
> The cgi in debian squeez terribly slow down apache. Is there any
> apache module which can speed up the cgi ?
I know you are already aware of FastCGI. A lot of large high
performance sites use FastCGI and it should be as fast as anything.
I tend to think of CGI as a qui
Dear list,
The cgi in debian squeez terribly slow down apache. Is there any apache module
which can speed up the cgi ?
The modules already activated here are
actions alias auth_basic auth_digest authn_alias authn_file authz_default
authz_groupfile authz_host authz_owner
authz_user autoindex
J. Bakshi wrote:
>
> SSLOptions +StdEnvVars
>
>
> SSLOptions +StdEnvVars
>
Pretty normal there. That is just telling apache to pass information
through as environment variables. That isn't doing any redirects.
> ScriptAlias /php5-cgi /usr/li
On Fri, 16 Dec 2011 13:03:01 -0700
Bob Proulx wrote:
> J. Bakshi wrote:
> > Whenever I set any site to work with 5.2 cgi, the http:// protocol
> > automatically changes to https:// and the link becomes as
> > ...
> > any clue is very much appreciated.
>
> You
J. Bakshi wrote:
> Whenever I set any site to work with 5.2 cgi, the http:// protocol
> automatically changes to https:// and the link becomes as
> ...
> any clue is very much appreciated.
You have something installed that is configured to require https and
is generating an http redir
Dear list,
I ma facing a strange problem in my debian squeeze box having apache and both
php 5.3 as module
+ php 5.2 as cgi.
Whenever I set any site to work with 5.2 cgi, the http:// protocol
automatically changes to https://
and the link becomes as
https://192.168.1.1/php5-cgi
i.e.
>
> www-data:www-data
>
> still no luck yet !!!
According to the guide you have provided, you need to check the
permisions and ownership of:
/usr/local/bin/php5.2/
/php5-cgi/
/php5-cgi/php52.fcgi
And of course, your Apache2 setup has to be properly configured and the
site(s)
> >> And look if the filename extesion (.fgci) is a must for this setup,
> >> maybe the web server is expecting such mimetype to be properly
> >> processed :-?
> >>
> >> (...)
> >>
> > Ok.. then let me change it
> >
> > /us
erly
>> processed :-?
>>
>> (...)
>>
> Ok.. then let me change it
>
> /usr/lib/cgi-bin/php52/php5.fcgi
>
> and the /etc/apache2/php52.conf looks like
>
> ScriptAlias /cgi-bin /usr/lib/cgi-bin/php52/php5-cgi/
> Action application/x-httpd-php5 /cgi
^^^
>
> Is that path/file right? :-?
urghh... sorry for the typo mistake. It should be /etc/apache2/php52.conf
and it is already there at /etc/apache2/apache2.conf file as per the right path.
>
> > ScriptAlias /php5-cgi /usr/lib/cgi-bin/php52/php5-cgi
>
On Wed, 02 Nov 2011 17:24:53 +0530, J. Bakshi wrote:
> I am now confused and need some enlightenment. I am trying to have php
> 5.2.7 as cgi module so that when require.. I can also use php 5.2 with
> some old php sites on this debian 6.0 server.
Okay, I won't ask you why ar
Dear list,
I am now confused and need some enlightenment. I am trying to have php 5.2.7 as
cgi
module so that when require.. I can also use php 5.2 with some old php sites on
this
debian 6.0 server. I am following
http://blog.davejamesmiller.com/2011/03/how-to-install-php-5-2-fastcgi-on
It is working well! :)
I was trying to make apache2 fcgid/fascgi with suexec or suphp working
for two days.. :|
With lighttpd + fastcgi_php + php5-cgi it is much more easy and fast!
thanx!
On 2011.01.05. 21:33, Bob Proulx wrote:
Informatik.hu wrote:
I would like use lighttpd with fastcgi
Informatik.hu wrote:
> I would like use lighttpd with fastcgi-php. Fastcgi-php connects to
> php5-cgi on 127.0.0.1:521.
> I can start "php5-cgi -b 127.0.0.1:521" with root, but i would like
> to run in with another user, like www-data.
Ports below 1024 are available only
Hi!
I would like use lighttpd with fastcgi-php. Fastcgi-php connects to
php5-cgi on 127.0.0.1:521.
I can start "php5-cgi -b 127.0.0.1:521" with root, but i would like to
run in with another user, like www-data.
Exactly i want to run multiple php5-cgi with multiple user (different
Ah I see. Thanks Jesús I have it working now :)
Zach
<>< http://www.fidei.org ><>
Thanks for the idea Camaleón.
Zach
<>< http://www.fidei.org ><>
Hi, Zachary:
On Monday 08 November 2010 11:54:17 Zachary Uram wrote:
> I have various name based virtual hosts setup. They all work fine.
> However if I try to run a script in /usr/lib/cgi-bin it fails when I
> specify the domain name, but works if I specify my IP name (this is a
>
On Mon, 08 Nov 2010 06:13:26 -0500, Zachary Uram wrote:
> Some more info. I looked at my access.log for oggthebase.org.
>
> When I went to http://www.oggthebase.org/cgi-bin/awstats.pl it
> generated:
>
> [Mon Nov 08 10:56:52 2010] [error] [client 72.0.209.165] File does not
On Mon, 08 Nov 2010 05:54:17 -0500, Zachary Uram wrote:
> I have various name based virtual hosts setup. They all work fine.
> However if I try to run a script in /usr/lib/cgi-bin it fails when I
> specify the domain name, but works if I specify my IP name (this i
Some more info. I looked at my access.log for oggthebase.org.
When I went to http://www.oggthebase.org/cgi-bin/awstats.pl it generated:
[Mon Nov 08 10:56:52 2010] [error] [client 72.0.209.165] File does not
exist: /var/www/oggthebase.org/cgi-bin
So it is going to /var/www/oggthebase.org/cgi-bin
I have various name based virtual hosts setup. They all work fine.
However if I try to run a script in /usr/lib/cgi-bin it fails when I
specify the domain name, but works if I specify my IP name (this is a
VPS)!
So this, http://97.107.134.151/cgi-bin/awstats.pl, works
But this, http
On Thu Jun 24, 2010 at 00:43:34 -1000, Joel Roth wrote:
> Spending an inordinate amount of time, I find
> no setting for the cgi-pat variable in thttpd.conf
> including the default would allow CGI script to
> execute.
> For reference, the full command line I used is:
>
> t
I'm running thttpd 2.25b-11 in unstable.
Spending an inordinate amount of time, I find
no setting for the cgi-pat variable in thttpd.conf
including the default would allow CGI script to
execute.
I found a workaround is to start thttpd from the command line,
specifying cgi-pat with the -c
2009/10/11 Tzafrir Cohen
> On Sun, Oct 11, 2009 at 01:36:43PM +0800, Umarzuki Mochlis wrote:
> > I want to know how to set up a debian server capable of running php cgi
> > script and how to create and run cgi script. Where can I find articles on
> > that?
> > I had
On Sun, Oct 11, 2009 at 11:42:41AM +0530, Didar Hossain wrote:
> *There is something called `webmin' though I would not recommend it to
> most people. It is a Perl application.
I don't really like webmin, and a lot of the modules (especially the
ssh module) seem out of date, but it seems like the
On Sun, Oct 11, 2009 at 01:36:43PM +0800, Umarzuki Mochlis wrote:
> I want to know how to set up a debian server capable of running php cgi
> script and how to create and run cgi script. Where can I find articles on
> that?
> I had search for a few hours but still could not find a go
On Sun, Oct 11, 2009 at 11:26 AM, Umarzuki Mochlis wrote:
>
>
> 2009/10/11 Thierry Chatelet
>>
>> On Sunday 11 October 2009 07:36:43 Umarzuki Mochlis wrote:
>> > I want to know how to set up a debian server capable of running php cgi
>> > script and how to
2009/10/11 Thierry Chatelet
> On Sunday 11 October 2009 07:36:43 Umarzuki Mochlis wrote:
> > I want to know how to set up a debian server capable of running php cgi
> > script and how to create and run cgi script. Where can I find articles on
> > that?
> > I had searc
On Sunday 11 October 2009 07:36:43 Umarzuki Mochlis wrote:
> I want to know how to set up a debian server capable of running php cgi
> script and how to create and run cgi script. Where can I find articles on
> that?
> I had search for a few hours but still could not find a good one.
I want to know how to set up a debian server capable of running php cgi
script and how to create and run cgi script. Where can I find articles on
that?
I had search for a few hours but still could not find a good one.
--
Regards,
Umarzuki Mochlis
http://gameornot.net
After a dist-upgrade both php5 and php5-cgi got to 5.2.10-2.2 with
Suhosin-Patch 0.9.7, whereas php5-cgi was faling behind. I don't see
the same issue occur and maybe i'll try commenting
suhosin.session.encrypt = off in its ini again.
HTH the next guy
--
() ascii-rubanda kampajno
ou get
the idea. I don't think it's the webserver (and i've been pestering
the mailing list) as the issue deals with php. I'm using FastCGI which
comes, i think, with the php5-cgi package.
I know this is a long shot, but was there any relevant change in the
default configura
Hello,
I recently upgraded a debian etch box to lenny. Since then php-cgi keeps
segfault-ing from time to time.
It doesn't happen on every http request, many requests are served ok. Any
ideas concerning the solution of this problem ?
[137316.466578] php-cgi[7348]: segfault at 7f49ccafee
On Thu, Sep 11, 2008 at 5:19 AM, André Warnier <[EMAIL PROTECTED]> wrote:
[...]
>
> I just felt like telling you the above because I have the impression that a
> misunderstanding of the above is the source of 90% of the problems
> encountered by people unfamiliar with Virtual Hosting in general. I
On Thu, Sep 11, 2008 at 11:19:34AM +0200, André Warnier wrote:
> Apart from the related tip from Kris about the various virtual server
> config files in /etc/apache2/sites-available and
> /etc/apache2/sites-enabled, here is what I do to insure that virtual
> servers are "included" in the corr
Zach Uram wrote:
On Tue, Sep 9, 2008 at 3:54 PM, André Warnier <[EMAIL PROTECTED]> wrote:
Just a guess :
1) the new entry you have added to /etc/apache2/sites-available (and
sites-enabled) is called e.g. "darcs", which for some reason precedes
"default" in the directory.
2) in the apache.conf,
On Tue, Sep 9, 2008 at 3:54 PM, André Warnier <[EMAIL PROTECTED]> wrote:
>
> Just a guess :
>
> 1) the new entry you have added to /etc/apache2/sites-available (and
> sites-enabled) is called e.g. "darcs", which for some reason precedes
> "default" in the directory.
> 2) in the apache.conf, there i
Zach Uram wrote:
This is really baffling because CGI was working last week and now when
I try it again and it is not working.
I reread your post and my reply, and want to say it was was not clear
that your url was complete. If I merely duplicated what you've been
doing, I apol
Zach Uram wrote:
This is really baffling because CGI was working last week and now when
I try it again and it is not working.
All I did was add a name based virtual host in
/etc/apache2/sites-enabled/ and /etc/apache2/sites-available/
I am running apache2-mpm-prefork version 2.2.9-7 on Debian
1 - 100 of 500 matches
Mail list logo