473,805 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

what is the pid when running php in FASTCGI server mode

I have replaced apache with nginx and now run php in FASTCGI server
mode like this:

PHP_FCGI_CHILDR EN=6 php -b 127.0.0.1:9086 -c /my/php/ini/path

nginx reverse proxies to php and this works great!

Now I want to monitor the php processes using monit but it requires a
pid file. Here's the question. How do I generate these pid files? I
would like them to be /var/run and be in the form of:

php.9086.pid
where the number is the port the php process is bound to.

Thank you for any insight into this problem.

ebeard.

Oct 5 '07 #1
3 1639

"ebeard" <ec*******@gmai l.comwrote in message
news:11******** **************@ o3g2000hsb.goog legroups.com...
>I have replaced apache with nginx and now run php in FASTCGI server
mode like this:

PHP_FCGI_CHILDR EN=6 php -b 127.0.0.1:9086 -c /my/php/ini/path

nginx reverse proxies to php and this works great!

Now I want to monitor the php processes using monit but it requires a
pid file. Here's the question. How do I generate these pid files? I
would like them to be /var/run and be in the form of:

php.9086.pid
where the number is the port the php process is bound to.
the webserver is 'bound' to a port. php is a deferred application spun off
of the webserver.
Oct 5 '07 #2
On Oct 5, 5:28 pm, "Steve" <no....@example .comwrote:
"ebeard" <ecbear...@gmai l.comwrote in message

news:11******** **************@ o3g2000hsb.goog legroups.com...
I have replaced apache with nginx and now run php in FASTCGI server
mode like this:
PHP_FCGI_CHILDR EN=6 php -b 127.0.0.1:9086 -c /my/php/ini/path
nginx reverse proxies to php and this works great!
Now I want to monitor the php processes using monit but it requires a
pid file. Here's the question. How do I generate these pid files? I
would like them to be /var/run and be in the form of:
php.9086.pid
where the number is the port the php process is bound to.

the webserver is 'bound' to a port. php is a deferred application spun off
of the webserver.
in this case it is not bound to the webserver. php is started up
separately and the server, nginx, reverse proxies to the php process
running.
Oct 5 '07 #3
On 5 Oct, 23:18, ebeard <ecbear...@gmai l.comwrote:
On Oct 5, 5:28 pm, "Steve" <no....@example .comwrote:
"ebeard" <ecbear...@gmai l.comwrote in message
news:11******** **************@ o3g2000hsb.goog legroups.com...
>I have replaced apache with nginx and now run php in FASTCGI server
mode like this:
PHP_FCGI_CHILDR EN=6 php -b 127.0.0.1:9086 -c /my/php/ini/path
nginx reverse proxies to php and this works great!
Now I want to monitor the php processes using monit but it requires a
pid file. Here's the question. How do I generate these pid files? I
would like them to be /var/run and be in the form of:
php.9086.pid
where the number is the port the php process is bound to.
the webserver is 'bound' to a port. php is a deferred application spun off
of the webserver.

in this case it is not bound to the webserver. php is started up
separately and the server, nginx, reverse proxies to the php process
running.
There's nothing to stop you dropping the file from PHP - but this will
only occur when PHP is servicing a request, therefore not suitable for
your purposes. Also, you'd need to determine if PHP maintains the same
processes after starting in fast CGI mode - AFAIK thats not a
requirement.

I suggest you find a different way to solve the problem not using
monit.

C.

Oct 7 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2439
by: walterbyrd | last post by:
I understand that Python has them, but PHP doesn't. I think that is because mod_php is built into apache, but mod_python is not usually in apache. If mod_python was built into apache, would python still have long running processes (LRP)? Do LRPs have to do with a Python interpreter running all the time? Or is it something else? I also understand that LRPs are the reason that shared hosting is less
4
4840
by: turnstyle | last post by:
Hi all, I seem to be having some weird problems with PHP on IIS7, and now I wonder -- is anybody here running PHP on IIS7? Thanks! -Scott
3
1445
by: Gilles Ganault | last post by:
Hello I just read this article on running web apps in SCGI, and was wondering... - if it's possible to run PHP apps this way: I only know of running them in plain CGI mode (ie. the interpreter is started with very request, and the pages reparsed each time), and mod_php (the interpreter is loaded once when the web server starts, but pages are parsed for every request, unless using eg. APC or eAccelerator to cache them)
1
2115
by: Ivan Voras | last post by:
Hi, Is there a straightforward way to convert an XML-RPC server application (written for SimpleXMLRPCServer) to use WSGI so that it can be used as s fastcgi server? By "straightforward" I mean something simple, without using some external framework. Alternatively, I don't really care about WSGI, so something that makes it work as fastcgi directly will also be ok.
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10359
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10364
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10104
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7645
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6875
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5677
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.