- Timestamp:
- Sep 19, 2024, 7:06:23 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/server.c
r73 r74 346 346 } 347 347 } 348 va_end(va); 348 349 } 349 350 … … 545 546 tw_process_page(s, sock, tw_http_status(200), mime, f, NULL, st.st_size, 0, 0); 546 547 fclose(f); 548 if(ext != NULL) free(ext); 547 549 free(p); 548 550 found = true; -
trunk/example.conf
r40 r74 2 2 # This is an example config 3 3 4 LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_cgi.so4 #LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_cgi.so 5 5 6 6 Listen 80 … … 32 32 33 33 BeginDirectory /var/www/cgi-bin 34 AllowCGI34 # AllowCGI 35 35 EndDirectory
Note:
See TracChangeset
for help on using the changeset viewer.