Skip to main content

Question about mod_fcgid FastCgi

Comments

2 comments

  • ITGabs
    I am a bit closer I edited the /usr/local/apache/conf/httpd.conf for example ... ServerName itgabs.com ServerAlias www.itgabs.com DocumentRoot /home/itgc0034/public_html UseCanonicalName Off Options -ExecCGI -Includes RemoveHandler cgi-script .cgi .pl .plx .ppl .perl ## User itgc0034 # Needed for Cpanel::ApacheConf UserDir disabled UserDir enabled itgc0034 FcgidOutputBufferSize 100 ... and in another FcgidOutputBufferSize 0
    after a service httpd restart the two sites work with different buffer settings I am testing with Chrome default settings and with a php script like this one (must work good with a default php.ini) [PHP]'.$cwb.''."\n"; //echo "\"".$cwb."\"\r\n"; flush(); ob_flush(); usleep(100000); } ?>[/PHP] In itgabs.com I can see the numbers coming on the fly but and in the another in blocks of 100 bytes. So my question now is "how can I include a apache conf per user/virtualhost that can read the ~fcgid.conf so special accounts have different fastcgi settings?"
    0
  • cPanelKenneth
    [quote="ITGabs, post: 1481462">So my question now is "how can I include a apache conf per user/virtualhost that can read the ~fcgid.conf so special accounts have different fastcgi settings?"
    You can find information on customizing the Apache configuration file in our documentation: [url=http://docs.cpanel.net/twiki/bin/view/EasyApache/EasyApacheCustomDirectivesOutsideVirtualHost]EasyApache: Custom Directives Outside of a VirtualHost Tag [url=http://docs.cpanel.net/twiki/bin/view/EasyApache/EasyApacheChangesWithinVirtualHost]EasyApache: Changes Contained Within a VirtualHost Directive
    0

Please sign in to leave a comment.