PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > alt.apache.configuration > Loads /xampp by default
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
alt.apache.configuration Apache web server configuration issues.

Loads /xampp by default

Réponse
 
LinkBack Outils de la discussion
Vieux 08/05/2007, 14h24   #1
Jerim79
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Loads /xampp by default

I installed Xampp and then decided to remove it. I removed it using
"rm -rf /opt/lampp" which is the only instruction I can find. Now,
everytime I go to my webserver, it puts /xampp at the end. For
instance: http://192.168.1.200/xampp, whereas before it would just
bring up http://192.168.1.200. Ovbviously http://192.168.1.200/xampp
brings up an error message.

I feel like this is probably some apache configuration option to start
up in that directory, but I haven't been able to find it. I did remove
xampp and even re-merged Apache, just to make sure I was not using the
Apache version that came with xampp.

  Réponse avec citation
Vieux 08/05/2007, 14h50   #2
shimmyshack
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Loads /xampp by default

On May 8, 2:24 pm, Jerim79 <m...@hotmail.com> wrote:
> I installed Xampp and then decided to remove it. I removed it using
> "rm -rf /opt/lampp" which is the only instruction I can find. Now,
> everytime I go to my webserver, it puts /xampp at the end. For
> instance: http://192.168.1.200/xampp, whereas before it would just
> bring uphttp://192.168.1.200. Ovbviouslyhttp://192.168.1.200/xampp
> brings up an error message.
>
> I feel like this is probably some apache configuration option to start
> up in that directory, but I haven't been able to find it. I did remove
> xampp and even re-merged Apache, just to make sure I was not using the
> Apache version that came with xampp.


no its just the files located inside you htdocs directory, investigate
whats there and remove what you no longer want.
its probably a meta refresh in the index file

  Réponse avec citation
Vieux 08/05/2007, 15h22   #3
Jerim79
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Loads /xampp by default

On May 8, 8:50 am, shimmyshack <matt.fa...@gmail.com> wrote:
> On May 8, 2:24 pm, Jerim79 <m...@hotmail.com> wrote:
>
> > I installed Xampp and then decided to remove it. I removed it using
> > "rm -rf /opt/lampp" which is the only instruction I can find. Now,
> > everytime I go to my webserver, it puts /xampp at the end. For
> > instance: http://192.168.1.200/xampp, whereas before it would just
> > bring uphttp://192.168.1.200. Ovbviously http://192.168.1.200/xampp
> > brings up an error message.

>
> > I feel like this is probably some apache configuration option to start
> > up in that directory, but I haven't been able to find it. I did remove
> > xampp and even re-merged Apache, just to make sure I was not using the
> > Apache version that came with xampp.

>
> no its just the files located inside you htdocs directory, investigate
> whats there and remove what you no longer want.
> its probably a meta refresh in the index file


Well, I investigated and found nothing. I even deleted everything in
htdocs, since this is a test server. Still defaults to /xampp even
after restarting Apache.

  Réponse avec citation
Vieux 08/05/2007, 16h02   #4
shimmyshack
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Loads /xampp by default

On May 8, 3:22 pm, Jerim79 <m...@hotmail.com> wrote:
> On May 8, 8:50 am, shimmyshack <matt.fa...@gmail.com> wrote:
>
>
>
> > On May 8, 2:24 pm, Jerim79 <m...@hotmail.com> wrote:

>
> > > I installed Xampp and then decided to remove it. I removed it using
> > > "rm -rf /opt/lampp" which is the only instruction I can find. Now,
> > > everytime I go to my webserver, it puts /xampp at the end. For
> > > instance: http://192.168.1.200/xampp, whereas before it would just
> > > bring uphttp://192.168.1.200. Ovbviouslyhttp://192.168.1.200/xampp
> > > brings up an error message.

>
> > > I feel like this is probably some apache configuration option to start
> > > up in that directory, but I haven't been able to find it. I did remove
> > > xampp and even re-merged Apache, just to make sure I was not using the
> > > Apache version that came with xampp.

>
> > no its just the files located inside you htdocs directory, investigate
> > whats there and remove what you no longer want.
> > its probably a meta refresh in the index file

>
> Well, I investigated and found nothing. I even deleted everything in
> htdocs, since this is a test server. Still defaults to /xampp even
> after restarting Apache.


so there are still parts of the old system left, did you go round
clearing up manually, for instance the httpd.conf file and all other
conf files will need to be checked for the word xampp. Htdocs was the
most likely place since xampp does do this, but the uninstall
proceedure must have left other files as well. My advice is do start
over with a default httpd.conf for your system rather than try to
change the xampp one - if you know what you are doing fine change it,
other wise it is quite insecure by default since it is for development
only!

  Réponse avec citation
Vieux 08/05/2007, 16h29   #5
Jerim79
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Loads /xampp by default

On May 8, 10:02 am, shimmyshack <matt.fa...@gmail.com> wrote:
> On May 8, 3:22 pm, Jerim79 <m...@hotmail.com> wrote:
>
>
>
> > On May 8, 8:50 am, shimmyshack <matt.fa...@gmail.com> wrote:

>
> > > On May 8, 2:24 pm, Jerim79 <m...@hotmail.com> wrote:

>
> > > > I installed Xampp and then decided to remove it. I removed it using
> > > > "rm -rf /opt/lampp" which is the only instruction I can find. Now,
> > > > everytime I go to my webserver, it puts /xampp at the end. For
> > > > instance: http://192.168.1.200/xampp, whereas before it would just
> > > > bring uphttp://192.168.1.200. Ovbviouslyhttp://192.168.1.200/xampp
> > > > brings up an error message.

>
> > > > I feel like this is probably some apache configuration option to start
> > > > up in that directory, but I haven't been able to find it. I did remove
> > > > xampp and even re-merged Apache, just to make sure I was not using the
> > > > Apache version that came with xampp.

>
> > > no its just the files located inside you htdocs directory, investigate
> > > whats there and remove what you no longer want.
> > > its probably a meta refresh in the index file

>
> > Well, I investigated and found nothing. I even deleted everything in
> > htdocs, since this is a test server. Still defaults to /xampp even
> > after restarting Apache.

>
> so there are still parts of the old system left, did you go round
> clearing up manually, for instance the httpd.conf file and all other
> conf files will need to be checked for the word xampp. Htdocs was the
> most likely place since xampp does do this, but the uninstall
> proceedure must have left other files as well. My advice is do start
> over with a default httpd.conf for your system rather than try to
> change the xampp one - if you know what you are doing fine change it,
> other wise it is quite insecure by default since it is for development
> only!


I went ahead and removed apache all together. I checked httpd.conf
previously and there were no references to xampp. Even with Apache
gone, it still puts /xampp at the end. So it seems to be something
outside of Apache.

  Réponse avec citation
Vieux 08/05/2007, 16h54   #6
shimmyshack
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Loads /xampp by default

On May 8, 4:29 pm, Jerim79 <m...@hotmail.com> wrote:
> On May 8, 10:02 am, shimmyshack <matt.fa...@gmail.com> wrote:
>
>
>
> > On May 8, 3:22 pm, Jerim79 <m...@hotmail.com> wrote:

>
> > > On May 8, 8:50 am, shimmyshack <matt.fa...@gmail.com> wrote:

>
> > > > On May 8, 2:24 pm, Jerim79 <m...@hotmail.com> wrote:

>
> > > > > I installed Xampp and then decided to remove it. I removed it using
> > > > > "rm -rf /opt/lampp" which is the only instruction I can find. Now,
> > > > > everytime I go to my webserver, it puts /xampp at the end. For
> > > > > instance: http://192.168.1.200/xampp, whereas before it would just
> > > > > bring uphttp://192.168.1.200. Ovbviouslyhttp://192.168.1.200/xampp
> > > > > brings up an error message.

>
> > > > > I feel like this is probably some apache configuration option to start
> > > > > up in that directory, but I haven't been able to find it. I did remove
> > > > > xampp and even re-merged Apache, just to make sure I was not using the
> > > > > Apache version that came with xampp.

>
> > > > no its just the files located inside you htdocs directory, investigate
> > > > whats there and remove what you no longer want.
> > > > its probably a meta refresh in the index file

>
> > > Well, I investigated and found nothing. I even deleted everything in
> > > htdocs, since this is a test server. Still defaults to /xampp even
> > > after restarting Apache.

>
> > so there are still parts of the old system left, did you go round
> > clearing up manually, for instance the httpd.conf file and all other
> > conf files will need to be checked for the word xampp. Htdocs was the
> > most likely place since xampp does do this, but the uninstall
> > proceedure must have left other files as well. My advice is do start
> > over with a default httpd.conf for your system rather than try to
> > change the xampp one - if you know what you are doing fine change it,
> > other wise it is quite insecure by default since it is for development
> > only!

>
> I went ahead and removed apache all together. I checked httpd.conf
> previously and there were no references to xampp. Even with Apache
> gone, it still puts /xampp at the end. So it seems to be something
> outside of Apache.


httpd.conf should not be the only conf file, there are a whole slew of
them one for each type of config, rewrites, per directory access, ssl
etc... the refernce to xampp will be in a file included within
httpd.conf which makes up the whole conf when apache's started

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 06h48.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,24407 seconds with 14 queries