LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Bug Reports > [ERROR] [MOD_ACTION] The second parameter must be URL:

Reply
 
Thread Tools Display Modes
  #1  
Old 10-11-2010, 07:47 AM
sysadm sysadm is offline
Member
 
Join Date: Nov 2009
Posts: 35
Default [ERROR] [MOD_ACTION] The second parameter must be URL:

After upgrading to LSWS 4.1.17 we have this error in our logs:

"[MOD_ACTION] The second parameter must be URL:"


Quote:
2010-10-11 16:39:58.551 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 16:39:58.551 [DEBUG] Associates [APVH_www.domain] with [IP:80] on hostname/IP [domain] succeed!
2010-10-11 16:39:58.585 [DEBUG] Associates [APVH_domain1] with [IP:80] on hostname/IP [www.domain1] succeed!
2010-10-11 16:39:58.585 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 16:39:58.585 [DEBUG] Associates [APVH_domain1] with [IP:80] on hostname/IP [domain1] succeed!
2010-10-11 16:39:58.590 [DEBUG] Associates [APVH_www.domain2] with [IP:80] on hostname/IP [www.domain2] succeed!
2010-10-11 16:39:58.590 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 16:39:58.590 [DEBUG] Associates [APVH_www.domain2] with [IP:80] on hostname/IP [domain2] succeed!
2010-10-11 16:39:58.730 [DEBUG] Associates [APVH_www.domain3] with [IP:80] on hostname/IP [www.domain3] succeed

We don't use mod_action/mod_actions. What does this error mean?

Last edited by sysadm; 10-11-2010 at 07:59 AM..
Reply With Quote
  #2  
Old 10-11-2010, 10:05 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Looking for "Action" directives in the apache configuration file.

And it is safe to ignore those errors as well.
Reply With Quote
  #3  
Old 10-11-2010, 10:57 AM
sysadm sysadm is offline
Member
 
Join Date: Nov 2009
Posts: 35
Quote:
Originally Posted by mistwang View Post
Looking for "Action" directives in the apache configuration file.

And it is safe to ignore those errors as well.
We have a few thousands vhosts and we have this error for each of them.

We have 1 action directive in httpd.conf, but I see this error for each vhost.
Reply With Quote
  #4  
Old 10-11-2010, 11:51 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Yes, it is in the main server section, applied to all vhosts. What does it looks like? The Action direction should use a CGI URL for the second parameter.
Reply With Quote
  #5  
Old 10-11-2010, 12:06 PM
sysadm sysadm is offline
Member
 
Join Date: Nov 2009
Posts: 35
Quote:
Originally Posted by mistwang View Post
Yes, it is in the main server section, applied to all vhosts. What does it looks like? The Action direction should use a CGI URL for the second parameter.

Yes, it is in the main section of httpd.conf:

<IfModule mod_fcgid.c>
Action testphp "/fcgid/php-cgi"
</IfModule>

It parses and works in Apache without any problems. It should properly parse in Litespeed (but I don't need it to work).

Last edited by sysadm; 10-11-2010 at 12:14 PM..
Reply With Quote
  #6  
Old 10-11-2010, 02:09 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Add "fcgid" to the "Ignored Apache Modules" configuration from LSWS web console. It is a new feature added under "Using Apache Configuration File" section.
Reply With Quote
  #7  
Old 10-11-2010, 02:34 PM
sysadm sysadm is offline
Member
 
Join Date: Nov 2009
Posts: 35
It doesn't work. I've still these errors.

# cat /usr/local/lsws/conf/httpd_config.xml |grep Ignore
<apacheIgnoredModules>fcgid</apacheIgnoredModules>
#

# /usr/local/lsws/bin/lswsctrl.4.0.17 restart
[OK] Send SIGUSR1 to 22915
#


# tail -f /usr/local/lsws/logs/error.log | grep ACTION
2010-10-11 23:33:45.368 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.379 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.392 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.401 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.410 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.419 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.428 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.437 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.445 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.453 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.461 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.469 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.477 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.486 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.497 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.506 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.516 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.526 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.535 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.544 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.553 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.562 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.571 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.579 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.588 [ERROR] [MOD_ACTION] The second parameter must be URL:
2010-10-11 23:33:45.598 [ERROR] [MOD_ACTION] The second parameter must be URL:
(...)
Reply With Quote
  #8  
Old 10-11-2010, 04:35 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Try a "Force Reinstall" from web console, version management.
Reply With Quote
  #9  
Old 10-12-2010, 01:31 AM
sysadm sysadm is offline
Member
 
Join Date: Nov 2009
Posts: 35
Quote:
Originally Posted by mistwang View Post
Try a "Force Reinstall" from web console, version management.
The same problem.
Reply With Quote
  #10  
Old 10-22-2010, 03:31 PM
sysadm sysadm is offline
Member
 
Join Date: Nov 2009
Posts: 35
Is "ignored Apache Modules" working for anyone?


EDIT: Issue with "Ignored Apache Modules" moved to dedicated topic=4413

Last edited by sysadm; 10-26-2010 at 03:24 PM..
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:29 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.