Greg, Case sensitivity for paths isn't a concern on windows.
On Fri, Jun 9, 2023 at 8:33 PM Gregory Kuzmicki <[email protected]> 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 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 error: > > >>>>Ah00526: Syntax error on the line 406 of c:/Apache24/conf/httpd.conf > > > The Apache service named reported the following error: > > <Directory "\\\\10.12.30.50\\COMTRACK01\\Comtrack_processing_root"> path > is invalid > ------ > > Please note that in your config file, you have an alias pointing to: > > Alias /processing_root_folder "F:/Comtrack_Processing_Root" > > Alias /processing_root_folder1 > "\\\\10.12.30.50\COMTRACK01\Comtrack_Processing_Root"> > > > > ___ > Please note: > "Comtrack_processing_root" > "Comtrack_Processing_Root" > > as the case difference aforementioned. > ___ > > I am uncertain is this is causing your issue, but it worth noting. > Furthermore, your log says line 406 of httpd.conf but as I see from the > image there is only a section of the log. Did you send an attachment of the > full httpd.conf file and an attachment of an image section of httpd.conf? > > Specifically, what does line 406 say? I can only see the image attached; I > cannot open the httpd.conf file on this device so I don't know if it is the > full configuration file or a redacted version. > > > > > Main points: > (1) note the "case difference" > (2) what does line 406 read? re: syntax error > > > > > > Greg > > > https://www.linkedin.com/colorsorted > > > > > > > > > On Friday, June 9, 2023, Tatsuki Makino <[email protected]> > wrote: > >> 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. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > On Friday, June 9, 2023, Tatsuki Makino <[email protected]> > wrote: > >> 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. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- > Sent from my iPhone >
