Re: [users@httpd] Apache service reported path is invalid

2023-06-10 Thread Suvendu Sekhar Mondal
On Sat, Jun 10, 2023 at 12:22 PM Ravi Chandra wrote: > Please find the log file for the Process Monitor. > > Thanks for sharing Procmon trace details, Ravi. It is showing following which means the a/c under which you are launching this httpd service doesn't have read access. Process Name PID

Re: [users@httpd] Apache service reported path is invalid

2023-06-09 Thread Gregory Kuzmicki
6/9/2023 11:14 PM EST Frank: Thank you for that information; however, Ravi's original message states "on one of the servers" so I am not sure if his full tech stack is operable via windows or if it is a multi-OS tandem integration. Ravi, please let us know an update when you get a chance!

Re: [users@httpd] Apache service reported path is invalid

2023-06-09 Thread Frank Gingras
Greg, Case sensitivity for paths isn't a concern on windows. On Fri, Jun 9, 2023 at 8:33 PM Gregory Kuzmicki wrote: > 6/9/2023 > 8:05 PM EST > > Ravi: > > I was taking another look at your issue. I noticed a "case difference" and > I am curious to know if this causing your issue. > > Please

Re: [users@httpd] Apache service reported path is invalid

2023-06-09 Thread Gregory Kuzmicki
6/9/2023 8:05 PM EST Ravi: I was taking another look at your issue. I noticed a "case difference" and I am curious to know if this causing your issue. Please note that in your email dated 6/6/2023 5:33 AM the screenshot of your log states: -- The Apache service named reported the following

Re: [users@httpd] Apache service reported path is invalid

2023-06-09 Thread Tatsuki Makino
Hello. Do I have to keep attaching png named jpg here? :) According to that png or jpeg or whatever it is, it still has . That means the following pattern will pass, right? D:\path\to\dir D:/path/to/dir \\hostname_or_ipaddress\path\to\dir //hostname_or_ipaddress/path/to/dir Regards.

Re: [users@httpd] Apache service reported path is invalid

2023-06-09 Thread Suvendu Sekhar Mondal
Ravi, On Fri, Jun 9, 2023, 7:34 AM Frank Gingras wrote: > Greg, they are using windows. > Procmon tool can be used to identify problem. It's from Microsoft. Launch the tool. Start Apache and wait for failure. Stop tracing immediately otherwise you will get some noises. After that you can

Re: [users@httpd] Apache service reported path is invalid

2023-06-08 Thread Frank Gingras
Greg, they are using windows. On Thu, Jun 8, 2023 at 9:40 PM Gregory Kuzmicki wrote: > On that note, to verify if it is indeed a permissions issue, you may > troubleshoot by granting all permissions to all users. > > Function: CHMOD > > If access proceeds as desired then you can at least be

Re: [users@httpd] Apache service reported path is invalid

2023-06-08 Thread Gregory Kuzmicki
On that note, to verify if it is indeed a permissions issue, you may troubleshoot by granting all permissions to all users. Function: CHMOD If access proceeds as desired then you can at least be certain it is a permissions issue; then revert back to your policies and make note one by one to

Re: [users@httpd] Apache service reported path is invalid

2023-06-08 Thread Frank Gingras
You would want to attempt to reach that path while connected as that user. Any error would prevent you from reading the directory. On Wed, Jun 7, 2023 at 8:22 PM Ravi Chandra wrote: > Can we have an idea what type of permission issue please. > > Zentech Innovation Private Limited > M Ravi

Re: [users@httpd] Apache service reported path is invalid

2023-06-07 Thread Ravi Chandra
Can we have an idea what type of permission issue please. Zentech Innovation Private Limited M Ravi Chandra On Wed, 7 Jun 2023 at 23:45, Frank Gingras wrote: As Eric said, the only reason left is a permissions issue, which results in that error. On Wed, Jun 7, 2023 at 11:54 AM Ravi

Re: [users@httpd] Apache service reported path is invalid

2023-06-07 Thread Frank Gingras
As Eric said, the only reason left is a permissions issue, which results in that error. On Wed, Jun 7, 2023 at 11:54 AM Ravi Chandra wrote: > > Please find the config and the path in which we are using the network > path. Please let us know is any changes in the config file, and also find > the

Re: [users@httpd] Apache service reported path is invalid

2023-06-07 Thread Ravi Chandra
Please find the config and the path in which we are using the network path. Please let us know is any changes in the config file, and also find the config file for reference. Warm Regards, M Ravi Chandra.Zentech Innovations Private Limited On Wednesday, June 7, 2023 at 07:24:11 PM

Re: [users@httpd] Apache service reported path is invalid

2023-06-07 Thread Eric Covener
On Tue, Jun 6, 2023 at 5:33 AM Ravi Chandra wrote: > > Hi, > >We are using the Apache2.4.57 version on one of the servers. Here we have > facing an issue when we add the external drive to the config file. Kindly > find the below error message which we found in the EventViewer. > > The

Re: [users@httpd] Apache service reported path is invalid

2023-06-07 Thread Frank Gingras
Can you show the updated configuration? It's very difficult to see what you did otherwise. On Wed, Jun 7, 2023 at 9:50 AM Ravi Chandra wrote: > We already mapped the network drive(NAS). Then also we are facing the same > problem. But able to run within Commandline. > > > Warm Regards, > M Ravi

Re: [users@httpd] Apache service reported path is invalid

2023-06-07 Thread Ravi Chandra
We already mapped the network drive(NAS). Then also we are facing the same problem. But able to run within Commandline. Warm Regards, M Ravi Chandra.Zentech Innovations Private Limited On Wednesday, June 7, 2023 at 07:12:49 PM GMT+5:30, Frank Gingras wrote: Try mapping the path to a

Re: [users@httpd] Apache service reported path is invalid

2023-06-07 Thread Frank Gingras
Try mapping the path to a network letter in windows. On Wed, Jun 7, 2023 at 1:48 AM Ravi Chandra wrote: > Hi, > > But when we run the 'httpd.exe' on CMD it works without any error and we > are able to access files that exist within the path (No changes in the path > format

Re: [users@httpd] Apache service reported path is invalid

2023-06-06 Thread Ravi Chandra
Hi, But when we run the 'httpd.exe' on CMD it works without any error and we are able to access files that exist within the path (No changes in the path format "10.12.30.50\\COMTRACK01\\Comtrack_processing_root"). Whereas we run with service we are getting the path invalid error. Yes, we

Re: [users@httpd] Apache service reported path is invalid

2023-06-06 Thread Frank Gingras
Try a few things: 1) Don't escape the \'s in the path 2) Use / instead of \ 3) map the network path to a drive letter in windows. On Tue, Jun 6, 2023 at 5:34 AM Ravi Chandra wrote: > Hi, > >We are using the Apache2.4.57 version on one of the servers. Here we > have facing an issue when

[users@httpd] Apache service reported path is invalid

2023-06-06 Thread Ravi Chandra
Hi,    We are using the Apache2.4.57 version on one of the servers. Here we have facing an issue when we add the external drive to the config file. Kindly find the below error message which we found in the EventViewer. The Apache service named reported the following error:>>> Ah00526: Syntax