passenger-memory-status showing: ------Passenger----- Processes: 0

22 views
Skip to first unread message

Vladi Shustikov

unread,
Aug 24, 2015, 2:44:22 PM8/24/15
to Phusion Passenger Discussions
This is what I'm showing when running passenger-memory-status command:

--------- Apache processes ---------
PID    PPID   VMSize  Private  Name
------------------------------------
32171  32170  6.0 MB  0.1 MB   httpd (lscgid)
### Processes: 1
### Total private dirty RSS: 0.09 MB

--- Passenger processes ---

### Processes: 0

Can someone please point me in the right direction on how I can debug this?

More details:

I created the app and followed phusion passenger's web site instructions and added the passenger load module in httpd.conf and also created virutal host:

httpd.conf:

Include "/usr/local/apache/conf/includes/mydomain.conf"
LoadModule passenger_module /usr/local/rvm/gems/ruby-2.1.2/gems/passenger-5.0.15/buildout/apache2/mod_passenger.so
<IfModule mod_passenger.c>
PassengerRoot /usr/local/rvm/gems/ruby-2.1.2/gems/passenger-5.0.15
PassengerDefaultRuby /usr/local/rvm/gems/ruby-2.1.2/wrappers/ruby
</IfModule>

<VirtualHost *:80>
ServerName mydomain.com
DocumentRoot /home/clevert/public_html/rails_apps/mydomain.com/public
PassengerRuby /usr/local/rvm/gems/ruby-2.1.2/wrappers/ruby
<Directory /home/clevert/public_html/rails_apps/mydomain.com/public>
Allow from all
Options -MultiViews
</Directory>
</VirtualHost>

passenger-config validate-install:

Checking whether this Passenger install is in PATH... Checking whether there are no other Passenger installations... Checking whether Apache is installed... Checking whether the Passenger module is correctly configured in Apache... Everything looks good. :-)





Daniel Knoppel

unread,
Aug 26, 2015, 4:55:23 AM8/26/15
to Phusion Passenger Discussions
There is a troubleshooting guide available:

The first step is usually to look at the logfiles if there is an error.

- Daniel

Vladi Shustikov

unread,
Aug 27, 2015, 2:36:34 PM8/27/15
to phusion-...@googlegroups.com
This is all I get from the apache error_log:

2015-08-27 13:32:31.047 [INFO] [68.107.81.193:57693-0#APVH_mydomain.com] Index file is not available in [/home/clevert/public_html/mydomain.com/public/]
2015-08-27 13:32:31.047 [INFO] [68.107.81.193:57693-0#APVH_mydomain.com] File not found [/home/clevert/public_html/mydomain.com/public/404.shtml]

And there is nothing under the application /log/ folder....
Reply all
Reply to author
Forward
0 new messages