LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cacti httpd error.... (https://www.linuxquestions.org/questions/linux-newbie-8/cacti-httpd-error-944206/)

mail2ganesh.cse 05-10-2012 05:56 AM

cacti httpd error....
 
hi,

i have installed the Cacti successfully, but its not working on https service...

pls help me to sort the issue, fine the error below...

Not Found

The requested URL /cacti was not found on this server.
Apache/2.2.3 (CentOS) Server at 172.20.0.10 Port 80

mail2ganesh.cse 05-10-2012 06:36 AM

Alias /cacti/ /var/www/html/cacti/cactiuser/cacti
<Directory /var/www/cacti/>
DirectoryIndex index.php
Options -Indexes
AllowOverride all
order deny,allow
deny from all
allow from 127.0.0.1
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
~
~
~
~
~
~
~
~

---------- Post added 05-10-12 at 05:06 PM ----------

Alias /cacti/ /var/www/html/cacti/
<Directory /var/www/cacti/>
DirectoryIndex index.php
Options -Indexes
AllowOverride all
order deny,allow
deny from all
allow from 127.0.0.1
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
~
~
~
~
~
~
~
~

acid_kewpie 05-10-2012 08:31 AM

you say https, yet your 404 error very clearly says you are connecting on port 80. which is not https.

mail2ganesh.cse 05-16-2012 02:03 AM

i can't understand the 404..

acid_kewpie 05-16-2012 02:49 AM

what does that mean?

mail2ganesh.cse 05-16-2012 03:46 AM

you say https, yet your 404 error very clearly says you are connecting on port 80. which is not https.
__________________

acid_kewpie 05-16-2012 03:48 AM

right, so... what is the problem you're actaully having? describe it in a suitable amount of detail so there is no confusion about what you are asking about.

You originally said you don't have cacti working on https, yet the error page was not returned by the https service.

mail2ganesh.cse 05-16-2012 03:49 AM

when i try to open the Cacti homepage the below error has been displayed on the webpage


Not Found

The requested URL /cacti was not found on this server.
Apache/2.2.3 (CentOS) Server at 172.20.0.10 Port 80

acid_kewpie 05-16-2012 03:54 AM

so there are TWO aliases to /cacti/?? what's that about? Do the files actually exist? You should really be seeing a very clear error that a file doesn't exist and be clarifying whether it actually does or not...


All times are GMT -5. The time now is 07:56 PM.