Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter prettycoolmania

    (@prettycoolmania)

    Thanks Justingreerbbi, i finally figured what was the issue so thought of sharing my fix here

    Created symbolic links for the multi-site subfolders
    # cd /path/to/docroot
    # ln -s health .
    # ln -s computer-science .
    # ln -s other-multisite .

    Thanks for all your help guys, appreciate it !

    Thread Starter prettycoolmania

    (@prettycoolmania)

    Thanks for the reply justingreerbbi

    This is what i have

    ProxyPassMatch ^/(.*\.php(/.*)?)$fcgi://127.0.0.1:9000/srv/vhosts/blogs.example.com/htdocs/$1
    #DirectoryIndex index.php
    Thread Starter prettycoolmania

    (@prettycoolmania)

    Made the change and no change as it’s still the same result ??

    clicking on Dashboard i can see the links one below the other but when i click on them it says “File not Found” SOO WIERD

    Memanja- did you find the solution as i am running into same problem

    Thread Starter prettycoolmania

    (@prettycoolmania)

    I have placed the logs below if that sheds light

    [Wed Dec 03 13:57:43.519929 2014] [proxy_fcgi:error] [pid 31093:tid 139638555526912] [client xx.xxx.xx.xx:xxxxx] AH01071: Got error ‘Primary script unknown\n’
    [Wed Dec 03 13:57:43.718793 2014] [proxy_fcgi:error] [pid 31092:tid 139638463207168] [client xx.xxx.xx.xx: xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https://xxxxx/wp-admin/
    [Wed Dec 03 13:57:43.723899 2014] [proxy_fcgi:error] [pid 31092:tid 139638421243648] [client xx.xxx.xx.xx: xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https://xxxxx/wp-admin/
    [Wed Dec 03 13:57:43.724227 2014] [proxy_fcgi:error] [pid 31092:tid 139638471599872] [client xx.xxx.xx.xx:xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https://xxxxx/wp-admin/
    [Wed Dec 03 14:11:00.531110 2014] [proxy_fcgi:error] [pid 31092:tid 139638488385280] [client xx.xxx.xx.xx: xxxxx] AH01071: Got error ‘Primary script unknown\n’
    [Wed Dec 03 14:11:00.752446 2014] [proxy_fcgi:error] [pid 31092:tid 139638479992576] [client xx.xxx.xx.xx: xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https://xxxxx/wp-admin/
    [Wed Dec 03 14:11:00.755576 2014] [proxy_fcgi:error] [pid 31092:tid 139638496777984] [client xx.xxx.xx.xx:xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https://xxxxx/wp-admin/
    [Wed Dec 03 14:11:00.759567 2014] [proxy_fcgi:error] [pid 31092:tid 139638438029056] [client xx.xxx.xx.xx: xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https://xxxxx/wp-admin/
    [Wed Dec 03 14:16:22.284071 2014] [proxy_fcgi:error] [pid 31093:tid 139638471599872] [client xx.xxx.xx.xx: xxxxx] AH01071: Got error ‘Primary script unknown\n’
    [Wed Dec 03 14:16:22.540089 2014] [proxy_fcgi:error] [pid 31092:tid 139638521956096] [client xx.xxx.xx.xx:xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https://xxxxx/wp-admin/
    [Wed Dec 03 14:16:22.563988 2014] [proxy_fcgi:error] [pid 31092:tid 139638580705024] [client xx.xxx.xx.xx:xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https:// xxxxx /wp-admin/
    [Wed Dec 03 14:16:22.567613 2014] [proxy_fcgi:error] [pid 31093:tid 139638580705024] [client xx.xxx.xx.xx:xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https:// xxxxx /wp-admin/
    [Wed Dec 03 14:16:24.962022 2014] [proxy_fcgi:error] [pid 31093:tid 139638505170688] [client xx.xxx.xx.xx:xxxxx] AH01071: Got error ‘Primary script unknown\n’, referer: https:// xxxxx /wp-admin/

    Thread Starter prettycoolmania

    (@prettycoolmania)

    Well for security reasons we have it set to NONE but the setting on vhost conf is set to ALL. I am running short of ideas and bumping onto the wall on this issue. This is a development site which i am working on to get fixed before it gets to Production site

    Thread Starter prettycoolmania

    (@prettycoolmania)

    I’ll try to explain as best as possible. Say we got a parent website which is working just fine and that includes all the website functionality like comments, post or anything which a website can have it directly goes to the right section when you click on the links.

    Under the parent website I got 5 child sites and none of them works. For eg, when i click on comments it says “File not found” and i get the same error when i click on anything within the child site. Plus, the CSS format is all messed up as the website items like comments, users, etc are all showing one below the other and doesn’t loo like a website.

Viewing 7 replies - 1 through 7 (of 7 total)