Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tambyra

Pages: [1]
1
Apache / Re: Display a specific home directory website at server IP
« on: December 10, 2014, 12:59:45 PM »
Your solution would be to set a dedicated IP for one specific account in CWP, or access your website via serverIP/~username, because main (shared) IP can't access directly to public_html.

2
Apache / Apache configuration, showinfo.php not working
« on: December 10, 2014, 12:46:34 PM »
Hello everyone, I just installed CWP and I like it a lot. However, I have a problem with apache and php. I put php.info script in public_html folder, and it doesn't work in browser. Server shows the default webpage when typing IP, and folders in public_html folder, images etc... When I type script path, I get this answer:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

After this, I found out on some forums online that my document root in httpd.conf isn't /home/user/public_html. So I changed httpd.conf. After that, I couldn't open phpmyadmin from CWP, and file manager also.
Luckily, I had a backup of httpd.conf and I returned the old one.
After all of this I found out where are log files. I found an error log in /usr/local/apache/logs.
The error log for this was:

[Wed Dec 10 13:13:12 2014] [error] [client 192.168.0.24] SoftException in Application.cpp:221: File "/home/rastaman/public_html/info.php" is not in document root of Vhost "/usr/local/apache/htdocs"
[Wed Dec 10 13:13:12 2014] [error] [client 192.168.0.24] Premature end of script headers: info.php


Before this was one error more:
[Wed Dec 10 12:41:43 2014] [error] [client 192.168.0.24] SoftException in Application.cpp:404: Mismatch between target UID (99) and UID (502) of file "/home/rastaman/public_html/info.php"


Here is the script content:

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>




I don't know which apache configuration file is valid for me, and how it works with CWP (how can I see files and folders in public_html via IP address, but can't see the script, if apache is ok?), and what would be the solution for my problem.
Regards

Pages: [1]