[users@httpd] Location of Web Site Pages

2024-08-20 Thread Lawrence Taylor
Hi

I have been trying to find the location of the actual html pages that you
see on my website so I can edit them. But in my document root I only have

400.shtml

229 28-Oct-2021 07:25:02 root(0)/root(0)

644









401.shtml

207 28-Oct-2021 07:25:02 root(0)/root(0)

644









403.shtml

203 28-Oct-2021 07:25:02 root(0)/root(0)

644









404.shtml

203 28-Oct-2021 07:25:02 root(0)/root(0)

644









413.shtml

216 28-Oct-2021 07:25:02 root(0)/root(0)

644









500.shtml


RE: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Marc
> I have been trying to find the location of the actual html pages that you
> see on my website so I can edit them. But in my document root I only have
> 
> 400.shtml
>  iew&p=/var/www/html&f=400.shtml#new>  229 28-Oct-2021 07:25:02
>   root(0)/root(0)
>  &p=/var/www/html&f=400.shtml#new> 644
>  &p=/var/www/html&f=400.shtml#new>
>    i?do=edit&p=/var/www/html&f=400.shtml#new>
>    i?do=del&p=/var/www/html&f=400.shtml>
>  &p=/var/www/html&f=400.shtml#new>
>  &p=/var/www/html&c=/var/www/html/400.shtml#new>
>  &p=/var/www/html&m=/var/www/html/400.shtml#new>
> 401.shtml
>  iew&p=/var/www/html&f=401.shtml#new>  207 28-Oct-2021 07:25:02
>   root(0)/root(0)
>  &p=/var/www/html&f=401.shtml#new> 644
>  &p=/var/www/html&f=401.shtml#new>
>    i?do=edit&p=/var/www/html&f=401.shtml#new>
>    i?do=del&p=/var/www/html&f=401.shtml>
>  &p=/var/www/html&f=401.shtml#new>
>  &p=/var/www/html&c=/var/www/html/401.shtml#new>
>  &p=/var/www/html&m=/var/www/html/401.shtml#new>
> 403.shtml
>  iew&p=/var/www/html&f=403.shtml#new>  203 28-Oct-2021 07:25:02
>   root(0)/root(0)
>  &p=/var/www/html&f=403.shtml#new> 644
>  &p=/var/www/html&f=403.shtml#new>
>    i?do=edit&p=/var/www/html&f=403.shtml#new>
>    i?do=del&p=/var/www/html&f=403.shtml>
>  &p=/var/www/html&f=403.shtml#new>

what about doing a 

find / -iname '*cse.cgi*' -ls

ps everything you see there could be redirected and does not have to be local 
at all.
 
> 
> 
> The information contained in this email and/or the file (s) attached,
> is/are strictly confidential and may contain legal privileges. This email

this is not going to work, you just published to the public internet


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Yehuda Katz
Based on the links you posted, it looks like your server is running cPanel.
cPanel stores each website it hosts in its own user directory.
You need to figure out which user your website is running as, then look at
the public_html directory in the user account's home directory.
If a single cPanel account has multiple associated domains, they can have
different paths, but that is a cPanel question, not an HTTPD question.

- Y

On Tue, Aug 20, 2024 at 4:19 PM Lawrence Taylor
 wrote:

> Hi
>
> I have been trying to find the location of the actual html pages that you
> see on my website so I can edit them. But in my document root I only have
>
> 400.shtml
> 
> 229 28-Oct-2021 07:25:02 root(0)/root(0)
> 
> 644
> 
> 
> 
>
> 
>
> 
>
> 
> 401.shtml
> 
> 207 28-Oct-2021 07:25:02 root(0)/root(0)
> 
> 644
> 
> 
> 
>
> 
>
> 
>
> 
> 403.shtml
> 
> 203 28-Oct-2021 07:25:02 root(0)/root(0)
> 
> 644
> 
> 
> 
>
> 
>
> 
>
> 
> 404.shtml
> 
> 203 28-Oct-2021 07:25:02 root(0)/root(0)
> 
> 644
> 
> 
> 
>
> 
>
> 
>
> 
> 413.shtml
> 
> 216 28-Oct-2021 07:25:02 root(0)/root(0)
> 
> 644
> 
> 

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Yehuda Katz
On Tue, Aug 20, 2024 at 4:25 PM Marc  wrote:

> what about doing a
>
> find / -iname '*cse.cgi*' -ls
>

If anyone comes across this in the future:
cse is ConfigServer Explorer, a cPanel plugin that provides a filesystem
browser. It has nothing to do with HTTPD or with where the files of the
website themselves are.

- Y


Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Lawrence Taylor
Thanks Yahuda I will try that!Sent from my iPhoneOn 20 Aug 2024, at 2:28 p.m., Yehuda Katz  wrote:Based on the links you posted, it looks like your server is running cPanel. cPanel stores each website it hosts in its own user directory.You need to figure out which user your website is running as, then look at the public_html directory in the user account's home directory.If a single cPanel account has multiple associated domains, they can have different paths, but that is a cPanel question, not an HTTPD question.- YOn Tue, Aug 20, 2024 at 4:19 PM Lawrence Taylor  wrote:HiI have been trying to find the location of the actual html pages that you see on my website so I can edit them. But in my document root I only have 400.shtml22928-Oct-2021 07:25:02root(0)/root(0)644   401.shtml20728-Oct-2021 07:25:02root(0)/root(0)644   403.shtml20328-Oct-2021 07:25:02root(0)/root(0)644   404.shtml20328-Oct-2021 07:25:02root(0)/root(0)644   413.shtml21628-Oct-2021 07:25:02root(0)/root(0)644   500.shtml24328-Oct-2021 07:25:02root(0)/root(0)644   cp_errordocument.shtml10.2k28-Oct-2021 07:25:02root(0)/root(0)644   index.html16328-Oct-2021 07:25:02root(0)/root(0)644Where is the html code that you can see in a browser?ThanksLawrence-- 






La información de este correo electrónico y/o los archivos adjuntos a este, es/son estrictamente confidencial (es) y puede (n) contener algunos privilegios legales. Este comunicado fue elaborado únicamente para el uso de la o las personas físicas o morales a quien (es) se dirige. Si usted no es alguna de esas personas, haga favor de contactar a quien lo envió, ignore, borre y/o destruya el correo electrónico. Queda estrictamente prohibido por personas ajenas, el uso, revisión, retransmisión, dispersión, revelación, copia, distribución o cualquier otro uso o acción que tome o se omita tomar.  Cualquier opinión, propuesta o sugerencia contenidas en este comunicado que sean específicamente dirigidas a nuestro (s) cliente (s), estarán sujetas a los términos y condiciones establecidos en los acuerdos y documentos previamente firmados con dichos clientes y por Luxury Beach Fine Beach Estates (Bahias de Lujo Realty S. de R.L. de C.V.).  The information contained in this email and/or the file (s) attached, is/are strictly confidential and may contain legal privileges. This email was solely prepared for the use of the person (s), entity (ies), company (ies) which it is addressed. If you are not any of the mentioned people or addressee, please contact the sender and ignore, delete and/or destroy the email. It is strictly prohibited that a non-addressee, uses, reviews, retransmits, disseminates, discloses, copies, distributes or any other use or action taken or omitted. Any opinion, proposal or suggestion, contained in this email which is addressed to our client (s), is/are subject to the terms and conditions established in the agreements and documents previously signed by the client (s) and Luxury Beach Fine Beach Estates (Bahias de Lujo Realty, S. de R.L. de C.V.  En relación al Aviso de Privacidad, a que se refiere la Ley Federal de Protección de Datos Personales en Posesión de los Particulares, el mismo se puede consultar en la página de Luxury Beach Fine Beach Estates (Bahias de Lujo Realty, S. de R.L. de C.V.) en la siguiente dirección: www.luxurybeach.com/privacy



Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Frank Gingras
On Tue, Aug 20, 2024 at 8:18 PM Lawrence Taylor
 wrote:

> Yehuda
>
> I attach the images of the directories in CPanel for the web site user.
> These directories do not have html files.
>
> What do you suggest now?
>
> Regards
>
> Lawrence
>
>
>
> On Tue, Aug 20, 2024 at 2:36 PM Lawrence Taylor 
> wrote:
>
>> Thanks Yahuda I will try that!
>>
>> Sent from my iPhone
>>
>> On 20 Aug 2024, at 2:28 p.m., Yehuda Katz  wrote:
>>
>> 
>> Based on the links you posted, it looks like your server is running
>> cPanel. cPanel stores each website it hosts in its own user directory.
>> You need to figure out which user your website is running as, then look
>> at the public_html directory in the user account's home directory.
>> If a single cPanel account has multiple associated domains, they can have
>> different paths, but that is a cPanel question, not an HTTPD question.
>>
>> - Y
>>
>> On Tue, Aug 20, 2024 at 4:19 PM Lawrence Taylor
>>  wrote:
>>
>>> Hi
>>>
>>> I have been trying to find the location of the actual html pages that
>>> you see on my website so I can edit them. But in my document root I only
>>> have
>>>
>>> 400.shtml
>>> 
>>> 229 28-Oct-2021 07:25:02 root(0)/root(0)
>>> 
>>> 644
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>> 401.shtml
>>> 
>>> 207 28-Oct-2021 07:25:02 root(0)/root(0)
>>> 
>>> 644
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>> 403.shtml
>>> 
>>> 203 28-Oct-2021 07:25:02 root(0)/root(0)
>>> 
>>> 644
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>> 404.shtml
>>> 
>>> 203 28-Oct-2021 07:25:02 root(0)/root(0)
>>> 
>>> 644
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Yehuda Katz
You have some kind of PHP application running your website. You can check
your .htaccess file for RewriteRule or other directives that affect
requests and direct them to the application. There isn't enough information
in the screenshots to see whether it is a custom application or something
off the shelf.

- Y

Sent from a device with a very small keyboard and hyperactive autocorrect.

On Tue, Aug 20, 2024, 8:16 PM Lawrence Taylor 
wrote:

> Yehuda
>
> I attach the images of the directories in CPanel for the web site user.
> These directories do not have html files.
>
> What do you suggest now?
>
> Regards
>
> Lawrence
>
>
>
> On Tue, Aug 20, 2024 at 2:36 PM Lawrence Taylor 
> wrote:
>
>> Thanks Yahuda I will try that!
>>
>> Sent from my iPhone
>>
>> On 20 Aug 2024, at 2:28 p.m., Yehuda Katz  wrote:
>>
>> 
>> Based on the links you posted, it looks like your server is running
>> cPanel. cPanel stores each website it hosts in its own user directory.
>> You need to figure out which user your website is running as, then look
>> at the public_html directory in the user account's home directory.
>> If a single cPanel account has multiple associated domains, they can have
>> different paths, but that is a cPanel question, not an HTTPD question.
>>
>> - Y
>>
>> On Tue, Aug 20, 2024 at 4:19 PM Lawrence Taylor
>>  wrote:
>>
>>> Hi
>>>
>>> I have been trying to find the location of the actual html pages that
>>> you see on my website so I can edit them. But in my document root I only
>>> have
>>>
>>> 400.shtml
>>> 
>>> 229 28-Oct-2021 07:25:02 root(0)/root(0)
>>> 
>>> 644
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>> 401.shtml
>>> 
>>> 207 28-Oct-2021 07:25:02 root(0)/root(0)
>>> 
>>> 644
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>> 403.shtml
>>> 
>>> 203 28-Oct-2021 07:25:02 root(0)/root(0)
>>> 
>>> 644
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>> 404.shtml
>>> 
>>> 203 28-Oct-2021 07:25:02 root(0)/root(0)
>>> 
>>> 644
>>> 
>>> 

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Yehuda Katz
This is a side issue, but I can see in your screenshots that you are
running cPanel version 86. That version is 3+ years out of date and could
have security vulnerabilities. You should not expose a server running
software which has not been updated in such a long time on the Internet.

- Y

Sent from a device with a very small keyboard and hyperactive autocorrect.

On Tue, Aug 20, 2024, 8:31 PM Lawrence Taylor 
wrote:

>  A better picture
>
> On Tue, Aug 20, 2024 at 6:16 PM Lawrence Taylor 
> wrote:
>
>> Yehuda
>>
>> I attach the images of the directories in CPanel for the web site user.
>> These directories do not have html files.
>>
>> What do you suggest now?
>>
>> Regards
>>
>> Lawrence
>>
>>
>>
>> On Tue, Aug 20, 2024 at 2:36 PM Lawrence Taylor 
>> wrote:
>>
>>> Thanks Yahuda I will try that!
>>>
>>> Sent from my iPhone
>>>
>>> On 20 Aug 2024, at 2:28 p.m., Yehuda Katz  wrote:
>>>
>>> 
>>> Based on the links you posted, it looks like your server is running
>>> cPanel. cPanel stores each website it hosts in its own user directory.
>>> You need to figure out which user your website is running as, then look
>>> at the public_html directory in the user account's home directory.
>>> If a single cPanel account has multiple associated domains, they can
>>> have different paths, but that is a cPanel question, not an HTTPD question.
>>>
>>> - Y
>>>
>>> On Tue, Aug 20, 2024 at 4:19 PM Lawrence Taylor
>>>  wrote:
>>>
 Hi

 I have been trying to find the location of the actual html pages that
 you see on my website so I can edit them. But in my document root I only
 have

 400.shtml
 
 229 28-Oct-2021 07:25:02 root(0)/root(0)
 
 644
 
 
 

 

 

 
 401.shtml
 
 207 28-Oct-2021 07:25:02 root(0)/root(0)
 
 644
 
 
 

 

 

 
 403.shtml
 
 203 28-Oct-2021 07:25:02 root(0)/root(0)
 
 644
 
 
 

 

 

 
 404.shtml
 
 203 28-Oct-2021 07:25:02 root(0)/root(0)
 
 644