I'm using OpenACS 324 running on mod_aolserver + apache 1.3.20
Related to opening /admin/ pages...
I'm confused, with correct configuration (before this happend,
i can open /admin/ pages correctly).
But, now when i open the /admin/ pages...
my browser said "HTTP 404 - File not found".
I can open all of pages, except of /admin/ pages.
Is this bug of mod_aolserver ?
I'm frustated with this environment (mod_aolserver+apache).
Although there is no error at debug screen, bellow.
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
Querying 'select ad_group_member_p(1, system_administrator_group_id
()) from dual;'
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
sql(localhost:5432:my-acs): select ad_group_member_p(1,
system_administrator_group_id
()) from dual
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
Querying 'select * from referer_log_glob_patterns;'
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
sql(localhost:5432:my-acs): select * from
referer_log_glob_patterns
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
Querying 'update referer_log set click_count = click_count + 1
where local_url = '/admin/'
and foreign_url = 'http://127.0.0.1/pvt/home.tcl';
and trunc(entry_date) = trunc(sysdate());'
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
sql(localhost:5432:my-acs): update referer_log set click_count =
click_count + 1
where local_url = '/admin/'
and foreign_url = 'http://127.0.0.1/pvt/home.tcl';
and trunc(entry_date) = trunc(sysdate())